summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 189e4c8..09649e1 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ else
PCC_CFLAGS=
endif
-CFLAGS = $(PCC_CFLAGS)
+CFLAGS = $(PCC_CFLAGS) $(CFLAGS_EXTRA)
OBJS = clld.c
OBJ_NAME = clld
all : $(OBJS)