We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3eb5b commit 0e8b4aeCopy full SHA for 0e8b4ae
Makefile
@@ -1,6 +1,6 @@
1
# Debugging on
2
CFLAGS?=-g -O0
3
-CFLAGS+=-Wall $(INCLUDES)
+CFLAGS+=-Wall
4
CFLAGS+=`pkg-config --cflags libucl`
5
LIBS+=`pkg-config --libs libucl`
6
PREFIX?=/usr/local
0 commit comments