parent
8273203dc9
commit
d1d549f8dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
# Compiler to use
|
# Compiler to use
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
|
|
||||||
CFLAGS = -Wall -Wextra -std=gnu23 -I include
|
CFLAGS = -Wall -Wextra -std=gnu23 -I include -I /usr/include
|
||||||
LDFLAGS = -lelf
|
LDFLAGS = -lelf
|
||||||
|
|
||||||
# Directory for build outputs
|
# Directory for build outputs
|
||||||
|
|
Loading…
Reference in a new issue