X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66..55d7e1e65bccd6b4c44802cf971f39eb05e6e57a:/Demos/DualRole/ClassDriver/makefile?ds=inline diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 7417a78ec..98d7a6807 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. +# Copyright (C) Dean Camera, 2010. # # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com @@ -14,8 +14,8 @@ # code. all: - make -C MouseHostDevice clean - make -C MouseHostDevice all + $(MAKE) -C MouseHostDevice clean + $(MAKE) -C MouseHostDevice all %: - make -C MouseHostDevice $@ + $(MAKE) -C MouseHostDevice $@