aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-22 22:07:56 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-22 22:07:56 +0100
commit7723c5f8a9f0ea5345ebefecd31fe22f3601b32e (patch)
treeef39a1d4e9c0fdf0afb5e5df297b8e7c76312018 /src
parentc69d737e6965069fc4fc8b9568a2d011308a4061 (diff)
downloadgold-mine-run-7723c5f8a9f0ea5345ebefecd31fe22f3601b32e.tar.gz
gold-mine-run-7723c5f8a9f0ea5345ebefecd31fe22f3601b32e.zip
Treat warnings as errors
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 50b1179..8f3c13a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
BIN := ../game.exe
CC := i586-pc-msdosdjgpp-gcc
-CFLAGS := -I. -c -Wall -pedantic -O2 -march=i386
+CFLAGS := -I. -c -Wall -Werror -pedantic -O2 -march=i386
LDFLAGS := -s
IMGS := $(wildcard ../data/*.png)