diff options
Diffstat (limited to 'Projects/makefile')
-rw-r--r-- | Projects/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile index 549887773..223896115 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -26,6 +26,9 @@ all: $(MAKE) -C Magstripe clean $(MAKE) -C Magstripe all + $(MAKE) -C MIDIToneGenerator clean + $(MAKE) -C MIDIToneGenerator all + $(MAKE) -C MissileLauncher clean $(MAKE) -C MissileLauncher all |