Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.

pull/1469/head
Dean Camera 15 years ago
parent 271be037b7
commit cfe054474f

@ -14,6 +14,9 @@
# code.
all:
make -C AVRISP clean
make -C AVRISP all
make -C Benito clean
make -C Benito all
@ -24,6 +27,7 @@ all:
make -C MissileLauncher all
%:
make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@

Loading…
Cancel
Save