X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/dd2cc7eda7a74c753f132ca794666cde3f163f80..c3db72afdc9928afbf2a8986f6970aa85dd9902a:/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 $@