commit | 1e87e8b168b094e517d68741e4038b4e8c351fb0 | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyril.bur@au1.ibm.com> | Fri Oct 30 13:36:59 2015 +1100 |
committer | Cyril Bur <cyril.bur@au1.ibm.com> | Fri Oct 30 13:36:59 2015 +1100 |
tree | a489f6f55645a646e63da2f734cce2b45cc31e2c | |
parent | 9c47866a136d409c896705d868bb014fe7f8d40f [diff] [blame] |
Use builtin make rules
diff --git a/Makefile b/Makefile index 7f62be2..54d9964 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@ -all: btbridged +CPPFLAGS=$(shell pkg-config --cflags libsystemd) +LDFLAGS=$(shell pkg-config --libs libsystemd) -btbridged: btbridged.c - $(CC) $(CFLAGS) `pkg-config --cflags --libs libsystemd` $^ -o $@ +all: btbridged