X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/754ea083d4c828318ffc621e00d2053acb842e20..a7aaa45ec4c3f415bf6073a5cc016635d5ecf77d:/Demos/Host/makefile?ds=inline diff --git a/Demos/Host/makefile b/Demos/Host/makefile index aa7b4cf70..6a0c0ef8e 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. %: - @echo TODO: Re-enable building of Host mode Class Driver demos once complete + make -C ClassDriver/ $@ make -C LowLevel/ $@