aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/libhicnctrl/examples/Makefile')
-rw-r--r--ctrl/libhicnctrl/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/examples/Makefile b/ctrl/libhicnctrl/examples/Makefile
index ad0e46a1e..a3aae11b0 100644
--- a/ctrl/libhicnctrl/examples/Makefile
+++ b/ctrl/libhicnctrl/examples/Makefile
@@ -1,7 +1,7 @@
EXEC = $(shell basename $$(pwd))
CC = gcc
-CFLAGS = -std=gnu11 -g -Wall -Wextra -Wpedantic -Wstrict-aliasing -DWITH_POLICY=1
+CFLAGS = -std=gnu11 -g -Wall -Wextra -Wpedantic -Wstrict-aliasing -DWITH_POLICY
LDFLAGS = -lhicn -lhicnctrl
SRC = $(wildcard *.c)