debian: added libxml++2.6-dev as build dependency
[barry.git] / tools / Makefile.plain
blob73405c1721a655bc6793648428c1b049fb66d325
1 all:    btool-plain bcharge
3 # This only works if you have installed the Barry development library files
4 btool-plain: btool.cc
5         g++ -o btool-plain btool.cc -lbarry
7 # This works whether Barry is installed or not.
8 bcharge: bcharge.cc
9         g++ -Wall -o bcharge bcharge.cc -lusb
11 clean:
12         rm -f bcharge btool-plain