Update Makefile

This commit is contained in:
Abdelrahman Said 2025-04-21 14:16:54 +01:00
parent a568b30163
commit 266d43e262

View File

@ -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)