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 a4093fe commit 5e3cd13
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 raylib/src/ -nostdinc -I ../sysroot/usr/include -I . -I ../sysroot/usr/lib/gcc/arm-linux-gnueabihf/8/include -I ../sysroot/usr/include/arm-linux-gnueabihf/ -I ../sysroot/usr/include/libdrm -I ../sysroot/usr/lib/gcc/arm-linux-gnueabihf/8/include-fixed/
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 5e3cd13

Please sign in to comment.