X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66..01a80df6c2f61326e198f9dc9933df560da7379d:/Demos/DualRole/ClassDriver/makefile diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 7417a78ec..829b86d5a 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. -# +# Copyright (C) Dean Camera, 2011. +# # 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,9 @@ # code. all: - make -C MouseHostDevice clean - make -C MouseHostDevice all + $(MAKE) -C MouseHostDevice clean + $(MAKE) -C MouseHostDevice all %: - make -C MouseHostDevice $@ + $(MAKE) -C MouseHostDevice $@ +