From 8567564e6df6efbcf138b390ba181b8ebb118fa1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Aug 2026 20:51:55 -0400 Subject: gastro: render test scene --- gastro/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gastro/Makefile') 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 -- cgit v1.3.1