From cfe054474ffafddcbba0f6d3f46d3f02473fac96 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 25 Aug 2009 13:24:21 +0000 Subject: [PATCH] Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile. --- Projects/makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/makefile b/Projects/makefile index 3b6907ae6a..81bf714b2d 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -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 $@