Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLauncher Doxygen.conf file.

This commit is contained in:
Dean Camera 2009-06-16 07:25:47 +00:00
parent dcf303762a
commit f33b282009
2 changed files with 1489 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 $@