X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b5e850ffd6d31afc159fec9cb37ad36d79100166..e24993c13aa30115b5ef5e4877dbb610efd9626e:/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 $@