Add the MIDIToneGenerator project to the Projects/ directory makefile clean rule.

This commit is contained in:
Dean Camera 2011-05-27 03:45:45 +00:00
parent 7e1e23af59
commit 348bf33b18
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ all:
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@
$(MAKE) -C MIDIToneGenerator $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@