X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181..db73b11244c2c5dc444f3c459d6823be8d1fe655:/Demos/Host/makefile diff --git a/Demos/Host/makefile b/Demos/Host/makefile index 253141330..f25c70b3c 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. -# +# Copyright (C) Dean Camera, 2011. +# # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA Class Driver and Low Level Demos. Call with @@ -13,6 +13,9 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: -# make -C ClassDriver/ $@ - make -C LowLevel/ $@ + $(MAKE) -C ClassDriver $@ + $(MAKE) -C LowLevel $@ +