Some more linter warnings
[open-adventure.git] / Makefile
index a435d0780a90a1cc3f556888745d8699d5356a23..c5ce654163a0bef2d33b757ba7fe692775a4e4c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ newdb.c newdb.h: newdungeon.py adventure.yaml
        python3 newdungeon.py
 
 linenoise.o:   linenoise/linenoise.h
-       $(CC) -c linenoise/linenoise.c
+       $(CC) $(CCFLAGS) -c linenoise/linenoise.c
 
 dungeon: dungeon.o common.o
        $(CC) $(CCFLAGS) -o $@ dungeon.o common.o