X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8a7351c760b30077f562795500d88908e4da1932..6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 223896115..531c52ec8 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. +# Copyright (C) Dean Camera, 2011. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -26,6 +26,9 @@ 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 @@ -52,6 +55,7 @@ all: $(MAKE) -C Benito $@ $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ + $(MAKE) -C MediaController $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ $(MAKE) -C TempDataLogger $@