Removed openssl from dependencies documentation
[barry/pauldeden.git] / tools / Makefile.plain
blobf172fa44b88960ee487e8ee5d86c0a0165ebff58
1 all:    btool-plain bcharge
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
7 bcharge: bcharge.cc
8         g++ -Wall -o bcharge bcharge.cc -lusb