summaryrefslogtreecommitdiff
path: root/gastro/Makefile
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-08-28 20:51:55 -0400
committerLLLL Colonq <llll@colonq>2026-08-28 20:52:14 -0400
commit8567564e6df6efbcf138b390ba181b8ebb118fa1 (patch)
treee43f62ef593ef5211722335dcb3c9d72e54230b4 /gastro/Makefile
parentfece4fc3d4decb70c94b49ab854fa9ae93b4d887 (diff)
gastro: render test scene
Diffstat (limited to 'gastro/Makefile')
-rw-r--r--gastro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gastro/Makefile b/gastro/Makefile
index 9a99afd..3a99e10 100644
--- a/gastro/Makefile
+++ b/gastro/Makefile
@@ -1,12 +1,12 @@
CC ?= gcc
AR ?= ar
override CPPFLAGS += -MMD -MP
-override CFLAGS += -O2 --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5
+override CFLAGS += --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -fwrapv
override LDFLAGS += -g -lraylib -lcolonq-qoi
BUILD = build_$(CC)
-SRCS := src/gastro.c src/trig.c
+SRCS := src/gastro.c src/trig.c src/test.c
CHK_SOURCES ?= $(SRCS)
OBJECTS := $(SRCS:src/%.c=$(BUILD)/%.o)
EXE := gastro