repo.or.cz
/
barry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- updated r_saved_messages.cc comment to match header
[barry.git]
/
tools
/
Makefile.plain
blob
f172fa44b88960ee487e8ee5d86c0a0165ebff58
1
all: btool-plain bcharge
2
3
btool-plain: btool.cc
4
g++ -I../rootdir/include -I../../external/rootdir/libusb/include \
5
-o btool-plain btool.cc -L../rootdir/lib -lbarry
6
7
bcharge: bcharge.cc
8
g++ -Wall -o bcharge bcharge.cc -lusb
9