diff options
Diffstat (limited to 'Projects/makefile')
-rw-r--r-- | Projects/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/makefile b/Projects/makefile index 34764b9f1..2212bcb48 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -17,8 +17,8 @@ all: make -C Magstripe clean make -C Magstripe all - make -C MissleLauncher clean - make -C MissleLauncher all + make -C MissileLauncher clean + make -C MissileLauncher all %: make -C Magstripe $@ |