# this Makefile is for building btcli it depends on pkg-config libdbus-1-dev (and build-essential) packages btpasskey: btpasskey.c $(CC) `pkg-config --libs --cflags dbus-1` -g -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"1.1\"" -o btpasskey btpasskey.c install: btpasskey install -m 755 -o root btpasskey /usr/bin install -m 644 -o root btpasskey.1 /usr/share/man/man1