projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed invalid data being returned when a GetStatus request is issued in Device mode...
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
81bf714
..
3b6907a
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-14,9
+14,6
@@
# code.
all:
- make -C AVRISP clean
- make -C AVRISP all
-
make -C Benito clean
make -C Benito all
@@
-27,7
+24,6
@@
all:
make -C MissileLauncher all
%:
- make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@