X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1191da7b7b10c9d90ebe7c22d698d560f35cbc4a..1e42f7bd46fbef1e67f50741e4fe1a5ea3a70869:/Demos/Host/ClassDriver/makefile diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 6bce1fd38..ace187471 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -14,6 +14,9 @@ # code. all: + $(MAKE) -C AndroidAccessoryHost clean + $(MAKE) -C AndroidAccessoryHost all + $(MAKE) -C AudioInputHost clean $(MAKE) -C AudioInputHost all @@ -54,6 +57,7 @@ all: $(MAKE) -C VirtualSerialHost all %: + $(MAKE) -C AndroidAccessoryHost $@ $(MAKE) -C AudioInputHost $@ $(MAKE) -C AudioOutputHost $@ $(MAKE) -C JoystickHostWithParser $@