projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commit for the 090810 release.
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
59de892
..
3b6907a
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-14,8
+14,16
@@
# code.
all:
+ make -C Benito clean
+ make -C Benito all
+
make -C Magstripe clean
make -C Magstripe all
+ make -C MissileLauncher clean
+ make -C MissileLauncher all
+
%:
+ make -C Benito $@
make -C Magstripe $@
+ make -C MissileLauncher $@