From 266d43e2624b58725fee19767e8381913c621164 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Mon, 21 Apr 2025 14:16:54 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)