diff --git a/Makefile b/Makefile index b26a4b3..3cfbf67 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = clang BUILD_TYPE = debug -CFLAGS = -Wall -Wextra -Werror -pedantic -std=gnu11 +CFLAGS = -Wall -Wextra -Werror -pedantic -std=gnu11 -Isrc LIBFLAGS = -fPIC -shared KERNEL = $(shell uname -s) MACHINE = $(shell uname -m)