X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e331b531c6e6d93eb0eee42b9002074e8090ad18..e24993c13aa30115b5ef5e4877dbb610efd9626e:/Demos/DualRole/ClassDriver/makefile diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 98d7a6807..28e06a3c1 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. -# +# Copyright (C) Dean Camera, 2012. +# # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA Dual Role Demos. Call with "make all" to @@ -14,8 +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 $@ +