projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added beginnings of a new AVRISP-MKII clone project.
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
3b6907a
..
81bf714
100644
(file)
--- 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 $@