X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3904c1a60695c52dea0de8157a83d8bf22438a16..cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca:/Projects/makefile?ds=inline diff --git a/Projects/makefile b/Projects/makefile index 321086428..e3ae1f0e1 100644 --- a/Projects/makefile +++ b/Projects/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 Projects. Call with "make all" to @@ -26,6 +26,9 @@ all: $(MAKE) -C Magstripe clean $(MAKE) -C Magstripe all + $(MAKE) -C MIDIToneGenerator clean + $(MAKE) -C MIDIToneGenerator all + $(MAKE) -C MissileLauncher clean $(MAKE) -C MissileLauncher all @@ -37,7 +40,7 @@ all: $(MAKE) -C USBtoSerial clean $(MAKE) -C USBtoSerial all - + $(MAKE) -C Webserver clean $(MAKE) -C Webserver all @@ -47,7 +50,7 @@ all: %: $(MAKE) -C AVRISP-MKII $@ $(MAKE) -C Benito $@ - $(MAKE) -C LEDNotifier $@ + $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ @@ -55,3 +58,4 @@ all: $(MAKE) -C USBtoSerial $@ $(MAKE) -C Webserver $@ $(MAKE) -C XPLAINBridge $@ +