diff --git a/Makefile b/Makefile index 7f6c2fb..3574f92 100644 --- a/Makefile +++ b/Makefile @@ -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)