projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software...
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
d6ce5ea
..
2f71dd6
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-28,6
+28,9
@@
all:
make -C USBtoSerial clean
make -C USBtoSerial all
+
+ make -C XPLAINBridge clean
+ make -C XPLAINBridge all
%:
make -C AVRISP $@
@@
-35,3
+38,4
@@
all:
make -C Magstripe $@
make -C MissileLauncher $@
make -C USBtoSerial $@
+ make -C XPLAINBridge $@