X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5a4def747897c1c6ffbe465506d846c7c686d3e9..1f1d0710f379a8b08ef646cbadb63d92c35e47fb:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 19e3d3e99..d3eccd7c9 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,12 @@ all: $(MAKE) -C Magstripe clean $(MAKE) -C Magstripe all + $(MAKE) -C MediaController clean + $(MAKE) -C MediaController all + + $(MAKE) -C MIDIToneGenerator clean + $(MAKE) -C MIDIToneGenerator all + $(MAKE) -C MissileLauncher clean $(MAKE) -C MissileLauncher all @@ -49,6 +55,8 @@ all: $(MAKE) -C Benito $@ $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ + $(MAKE) -C MediaController $@ + $(MAKE) -C MIDIToneGenerator $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ $(MAKE) -C TempDataLogger $@