blob: a55897fe968fecc387a000ad352b4530e25c7032 [file] [log] [blame]
CPPFLAGS=$(shell pkg-config --cflags libsystemd)
LDFLAGS=$(shell pkg-config --libs libsystemd)
EXE = btbridged
all: $(EXE)
clean:
rm -rf *.o $(EXE)