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