iaa
Some checks failed
/ deploy (push) Failing after 1m1s

This commit is contained in:
Minecon724 2024-10-19 17:40:11 +02:00
parent 72494c5391
commit af44ac3554
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -5,7 +5,7 @@ CC ?= gcc
$(info CC is set to $(CC))
# Separate CFLAGS and LDFLAGS
CFLAGS = -Wall -Wextra -std=gnu23 -I include
CFLAGS = -Wall -Wextra -std=gnu17 -I include
LDFLAGS = -lelf
# Add potential additional library path (update this path if needed)