projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo...
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
81bf714
..
d6ce5ea
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-26,8
+26,12
@@
all:
make -C MissileLauncher clean
make -C MissileLauncher all
+ make -C USBtoSerial clean
+ make -C USBtoSerial all
+
%:
make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@
+ make -C USBtoSerial $@