Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mancausoft committed Jan 12, 2025
1 parent a89cf0b commit 651559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651559d

Please sign in to comment.