X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d8621ee8f4e214403efd391587eec1503697c25e..6fa8da4e561ee920f66ece42ce7e937a5399626d:/makefile diff --git a/makefile b/makefile index d533f25ac..898353c0d 100644 --- a/makefile +++ b/makefile @@ -17,9 +17,9 @@ all: %: @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.