X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cb779e3d7d32d7c43e0a45bb526de0a04135b0c7..e24993c13aa30115b5ef5e4877dbb610efd9626e:/Demos/DualRole/ClassDriver/makefile diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index a969ca85e..28e06a3c1 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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 $@