commit | 1029a06994528e6c8117ee22359069e6aff69f2a | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Nov 23 20:04:05 2015 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Mon Nov 23 20:04:55 2015 +1030 |
tree | 9064763ea4d63b03826ac4301f9d4c90fcce6528 | |
parent | b92a933b77de176bd02f83caa957402dc94d4a0a [diff] [blame] |
Makefile: fix linking and enable -Wall Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/Makefile b/Makefile index a55897f..9d1f5b9 100644 --- a/Makefile +++ b/Makefile
@@ -1,5 +1,5 @@ -CPPFLAGS=$(shell pkg-config --cflags libsystemd) -LDFLAGS=$(shell pkg-config --libs libsystemd) +CFLAGS = $(shell pkg-config --cflags libsystemd) -Wall -O2 +LDLIBS = $(shell pkg-config --libs libsystemd) EXE = btbridged