From 651559d971b3ffbf39e0b8c76fd20aa1f06219e6 Mon Sep 17 00:00:00 2001 From: Andrea Milazzo Date: Sun, 12 Jan 2025 01:29:54 +0100 Subject: [PATCH] Fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7852b0b..4ecd30b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SYSROOT ?= ../sysroot TARGET ?= snake_animation # Percorsi -INCLUDES ?= -I$(SYSROOT)/usr/include -I ../raylib/src/ +INCLUDES ?= -I$(SYSROOT)/usr/include -I raylib/src/ LIBS ?= -L$(SYSROOT)/usr/lib -L$(SYSROOT)/lib -lraylib -lGL -lm -ldrm -lgbm -lEGL -L ../raylib/src/ -o snake # Regole