Changed type stuff

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:32:00 +02:00
parent 355c79bac4
commit c0b357deb2
6 changed files with 65 additions and 50 deletions

View file

@ -1,10 +1,11 @@
#!/usr/bin/make -f
FLAGS = -std=gnu23
FLAGS = -std=c23
FLAGS += -O3
FLAGS += -pedantic
FLAGS += -Wall
FLAGS += -Wextra
FLAGS += -Werror
FLAGS += -Wformat-truncation=0
GITFLAG = -D'GITHASH=$(shell git rev-parse --short=1 HEAD)'