X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b5e850ffd6d31afc159fec9cb37ad36d79100166..fc0ff2f97657a893db336dded648c8bd60582bc1:/Demos/DualRole/ClassDriver/makefile diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 866a47e67..28e06a3c1 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -14,9 +14,8 @@ # code. all: - $(MAKE) -C MouseHostDevice clean - $(MAKE) -C MouseHostDevice all + $(MAKE) -s -C MouseHostDevice clean all %: - $(MAKE) -C MouseHostDevice $@ + $(MAKE) -s -C MouseHostDevice $@