summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7402323..ba5676f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ halibut$(EXE): $(OBJECTS)
$(CC) $(CFLAGS) -MD -c $<
version.o: FORCE
- $(CC) $(VDEF) -MD -c $(SRC)version.c
+ $(CC) $(CFLAGS) $(VDEF) -MD -c $(SRC)version.c
spotless:: clean
rm -f *.d