projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
271be03
)
Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP...
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 25 Aug 2009 13:24:21 +0000
(13:24 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 25 Aug 2009 13:24:21 +0000
(13:24 +0000)
Projects/makefile
patch
|
blob
|
blame
|
history
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:
# code.
all:
+ make -C AVRISP clean
+ make -C AVRISP all
+
make -C Benito clean
make -C Benito all
make -C Benito clean
make -C Benito all
@@
-24,6
+27,7
@@
all:
make -C MissileLauncher all
%:
make -C MissileLauncher all
%:
+ make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@