X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8a7351c760b30077f562795500d88908e4da1932..1ea5dae8a824264580baea2479da7c58711ae879:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 223896115..b5325f66d 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 MediaControl clean + $(MAKE) -C MediaControl 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 MediaControl $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ $(MAKE) -C TempDataLogger $@