From d1d549f8ddae6c01b0bfe239763674093a9c1a92 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 15:42:08 +0200 Subject: [PATCH] hi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13c758b..9d78cfe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Compiler to use CC ?= gcc -CFLAGS = -Wall -Wextra -std=gnu23 -I include +CFLAGS = -Wall -Wextra -std=gnu23 -I include -I /usr/include LDFLAGS = -lelf # Directory for build outputs