X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/754ea083d4c828318ffc621e00d2053acb842e20..8f3bee7d8661c92ce69fdf7cc131fbee1acaa4ae:/Demos/Host/makefile diff --git a/Demos/Host/makefile b/Demos/Host/makefile index aa7b4cf70..f389781e5 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/makefile @@ -1,7 +1,7 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. -# +# Copyright (C) Dean Camera, 2010. +# # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com # @@ -13,6 +13,9 @@ # custom LUFA library build options are reflected in the compiled # code. +all: + %: - @echo TODO: Re-enable building of Host mode Class Driver demos once complete - make -C LowLevel/ $@ + $(MAKE) -C ClassDriver $@ + $(MAKE) -C LowLevel $@ +