Update Makefile
This commit is contained in:
parent
a568b30163
commit
266d43e262
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC = clang
|
CC = clang
|
||||||
BUILD_TYPE = debug
|
BUILD_TYPE = debug
|
||||||
CFLAGS = -Wall -Wextra -Werror -pedantic -std=gnu11
|
CFLAGS = -Wall -Wextra -Werror -pedantic -std=gnu11 -Isrc
|
||||||
LIBFLAGS = -fPIC -shared
|
LIBFLAGS = -fPIC -shared
|
||||||
KERNEL = $(shell uname -s)
|
KERNEL = $(shell uname -s)
|
||||||
MACHINE = $(shell uname -m)
|
MACHINE = $(shell uname -m)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user