1 all: btool-plain bcharge
3 # This only works if you have installed the Barry development library files
5 g++ -o btool-plain btool.cc -lbarry
7 # This works whether Barry is installed or not.
9 g++ -Wall -o bcharge bcharge.cc -lusb
12 rm -f bcharge btool-plain