X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dd2cc7eda7a74c753f132ca794666cde3f163f80..559af022041942be21d7cabd398639f4d6db52ea:/Demos/Device/makefile diff --git a/Demos/Device/makefile b/Demos/Device/makefile index 937c8fac8..3ef7809ca 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/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,5 +14,5 @@ # code. %: - make -C ClassDriver/ $@ - make -C LowLevel/ $@ + $(MAKE) -C ClassDriver $@ + $(MAKE) -C LowLevel $@