summaryrefslogtreecommitdiff
path: root/gastro/Makefile
diff options
context:
space:
mode:
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