diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-11-16 22:45:53 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-11-16 22:46:32 +0100 |
| commit | 6e4df49832827e21c6d62f722767664e5cb9d575 (patch) | |
| tree | e68843bd8737c5ed3a1e66448f27175361c6f4f9 /Makefile | |
| parent | c74fc3a706389834bd4ed210594b82e6e787ee40 (diff) | |
Add some vector building
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ LIBS = -lm INCS = -Ithirdparty/cglm/include -Iinc/ CFLAGS ?= -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-error=unused-variable -g -Og -CFLAGS += -std=gnu11 -fms-extensions -flto +CFLAGS += -std=gnu23 -fms-extensions -flto APP_MAIN_SOURCES = $(SRCDIR)/main.c APP_MAIN_OBJS = $(APP_MAIN_SOURCES:%.c=$(OBJDIR)/%.o) |
