summaryrefslogtreecommitdiffhomepage
path: root/compile
diff options
context:
space:
mode:
Diffstat (limited to 'compile')
-rwxr-xr-xcompile6
1 files changed, 5 insertions, 1 deletions
diff --git a/compile b/compile
index 76dc638..64523b3 100755
--- a/compile
+++ b/compile
@@ -13,7 +13,8 @@ mkdir -p .build/include
: "${CC:=clang --target=-i686-pc-linux-gnu -fuse-ld=lld}"
: "${HOSTCC:=clang -fuse-ld=lld}"
-warnings="-Wall -pedantic -Wno-parentheses -Wno-missing-braces"
+warnings="-Wall -pedantic -Wno-parentheses -Wno-missing-braces \
+-Wno-gnu-zero-variadic-macro-arguments"
dbg=0
if [ "$dbg" = 1 ]; then
@@ -41,8 +42,11 @@ src="\
autojump.c
con_.c
demorec.c
+ engineapi.c
+ ent.c
extmalloc.c
fixes.c
+ fov.c
gamedata.c
gameinfo.c
hook.c