diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:24:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:24:21 +0000 |
commit | cfe054474ffafddcbba0f6d3f46d3f02473fac96 (patch) | |
tree | 2b3b490bbe084b5a41890ed569095749a6b47d78 /Projects/makefile | |
parent | 271be037b736d66a7b7e0c4d5d30c5a24025277f (diff) | |
download | lufa-cfe054474ffafddcbba0f6d3f46d3f02473fac96.tar.gz lufa-cfe054474ffafddcbba0f6d3f46d3f02473fac96.tar.bz2 lufa-cfe054474ffafddcbba0f6d3f46d3f02473fac96.zip |
Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.
Diffstat (limited to 'Projects/makefile')
-rw-r--r-- | Projects/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 $@ |