Skip to content

Commit 0e8b4ae

Browse files
committed
Remove INCLUDES reference
Not really needed since we get everything from pkg-config
1 parent 4a3eb5b commit 0e8b4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Debugging on
22
CFLAGS?=-g -O0
3-
CFLAGS+=-Wall $(INCLUDES)
3+
CFLAGS+=-Wall
44
CFLAGS+=`pkg-config --cflags libucl`
55
LIBS+=`pkg-config --libs libucl`
66
PREFIX?=/usr/local

0 commit comments

Comments
 (0)