X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d..d9643cf6ece3b36fbdb950c56957162dfb0226af:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 531c52ec8..707188cf9 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -20,6 +20,9 @@ all: $(MAKE) -C Benito clean $(MAKE) -C Benito all + $(MAKE) -C HIDReportViewer clean + $(MAKE) -C HIDReportViewer all + $(MAKE) -C LEDNotifier clean $(MAKE) -C LEDNotifier all @@ -53,9 +56,11 @@ all: %: $(MAKE) -C AVRISP-MKII $@ $(MAKE) -C Benito $@ + $(MAKE) -C HIDReportViewer $@ $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ $(MAKE) -C MediaController $@ + $(MAKE) -C MIDIToneGenerator $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ $(MAKE) -C TempDataLogger $@