X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a2001ac1ccf4d4919c8243fbc69aff0b68973d3f..fc92f9969c1fcc2f952f0bd6d09a309a9b3ce02f:/Demos/Host/makefile diff --git a/Demos/Host/makefile b/Demos/Host/makefile index 937c8fac8..3ef7809ca 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/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 $@