From: Dean Camera Date: Tue, 25 Aug 2009 13:24:21 +0000 (+0000) Subject: Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP... X-Git-Tag: LUFA-110528-BETA~955 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/cfe054474ffafddcbba0f6d3f46d3f02473fac96?ds=inline Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile. --- diff --git a/Projects/makefile b/Projects/makefile index 3b6907ae6..81bf714b2 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 $@