diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-25 13:24:21 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-25 13:24:21 +0000 |
| commit | be2828dc3fcf2550b33440c27127955e03eee7b2 (patch) | |
| tree | 2b3b490bbe084b5a41890ed569095749a6b47d78 /Projects | |
| parent | e90675d17d20bcc907420133a8c3461d2012b52f (diff) | |
Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@770 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects')
| -rw-r--r-- | Projects/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile index 3b6907ae..81bf714b 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 $@ |
