X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a9e0935a90346beb0c981924becc1f55d969a08b..e331b531c6e6d93eb0eee42b9002074e8090ad18:/makefile?ds=inline diff --git a/makefile b/makefile index db5cd517a..da710b528 100644 --- a/makefile +++ b/makefile @@ -18,9 +18,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 $@ -s + $(MAKE) -C Demos $@ -s + $(MAKE) -C Projects $@ -s + $(MAKE) -C Bootloaders $@ -s @echo @echo LUFA \"make $@\" operation complete.