aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-16 07:25:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-16 07:25:47 +0000
commitf33b282009cb4385283a537a3b3ec0f64ec19bd6 (patch)
tree0cf9b266edde01bd4767327786759680662cb5be /Projects/makefile
parentdcf303762ad6b1401d2dcfd763764b400dcee2f7 (diff)
downloadlufa-f33b282009cb4385283a537a3b3ec0f64ec19bd6.tar.gz
lufa-f33b282009cb4385283a537a3b3ec0f64ec19bd6.tar.bz2
lufa-f33b282009cb4385283a537a3b3ec0f64ec19bd6.zip
Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLauncher Doxygen.conf file.
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile
index 59de892bf..34764b9f1 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -17,5 +17,9 @@ all:
make -C Magstripe clean
make -C Magstripe all
+ make -C MissleLauncher clean
+ make -C MissleLauncher all
+
%:
make -C Magstripe $@
+ make -C MissleLauncher $@