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