projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor makefile fixes - add phony targets, remove silence switch from the root makefil...
[pub/USBasp.git]
/
makefile
diff --git
a/makefile
b/makefile
index
d533f25
..
898353c
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-17,9
+17,9
@@
all:
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
- $(MAKE) -C LUFA $@
-s
- $(MAKE) -C Demos $@
-s
- $(MAKE) -C Projects $@
-s
- $(MAKE) -C Bootloaders $@
-s
+ $(MAKE) -C LUFA $@
+ $(MAKE) -C Demos $@
+ $(MAKE) -C Projects $@
+ $(MAKE) -C Bootloaders $@
@echo
@echo LUFA \"make $@\" operation complete.
@echo
@echo LUFA \"make $@\" operation complete.