about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-03-14 16:37:05 +0100
committerMel <mel@rnrd.eu>2025-03-14 16:37:05 +0100
commitda65d5ff18ff2fb598ac4cf25063b233b000d7b5 (patch)
tree6213e0acad8d1e16cf3296012dac1d0c52622af7 /Makefile
parentbed8e60da8d8ebc3d367872bacd64137414e7ae9 (diff)
downloadcatskill-da65d5ff18ff2fb598ac4cf25063b233b000d7b5.tar.zst
catskill-da65d5ff18ff2fb598ac4cf25063b233b000d7b5.zip
Set standard version to C99
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7099164..6468775 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS ?= -Wall -Werror -static -g -Og
+CFLAGS ?= -std=c99 -Wall -Werror -static -g -Og
 .DEFAULT_GOAL := all
 
 build/catskill: build src/catskill.csk