X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ac61b81a0b20b86a4865d5e2802f704ad1075541..a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index c4078c5e0..223896115 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -1,9 +1,9 @@ # # LUFA Library # Copyright (C) Dean Camera, 2010. -# +# # 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,11 +50,12 @@ all: %: $(MAKE) -C AVRISP-MKII $@ $(MAKE) -C Benito $@ - $(MAKE) -C LEDNotifier $@ + $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ - $(MAKE) -C TemperatureDataLogger $@ + $(MAKE) -C TempDataLogger $@ $(MAKE) -C USBtoSerial $@ $(MAKE) -C Webserver $@ $(MAKE) -C XPLAINBridge $@ +