X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5a4def747897c1c6ffbe465506d846c7c686d3e9..7416ebd7c6591c95a0ae79be8ed10203714d385d:/Demos/Host/ClassDriver/makefile diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 95f8634dc..963ba68e0 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. +# Copyright (C) Dean Camera, 2011. # # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA Host Demos. Call with "make all" to @@ -14,6 +14,15 @@ # code. all: + $(MAKE) -C AndroidAccessoryHost clean + $(MAKE) -C AndroidAccessoryHost all + + $(MAKE) -C AudioInputHost clean + $(MAKE) -C AudioInputHost all + + $(MAKE) -C AudioOutputHost clean + $(MAKE) -C AudioOutputHost all + $(MAKE) -C JoystickHostWithParser clean $(MAKE) -C JoystickHostWithParser all @@ -48,6 +57,9 @@ all: $(MAKE) -C VirtualSerialHost all %: + $(MAKE) -C AndroidAccessoryHost $@ + $(MAKE) -C AudioInputHost $@ + $(MAKE) -C AudioOutputHost $@ $(MAKE) -C JoystickHostWithParser $@ $(MAKE) -C KeyboardHost $@ $(MAKE) -C KeyboardHostWithParser $@