parent
72494c5391
commit
af44ac3554
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue