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 04cc04f commit 0b44e97
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
@@ -6,7 +6,7 @@ SYSROOT ?= sysroot
TARGET ?= snake_animation

# Percorsi
INCLUDES ?= -I raylib/src/ -I sysroot/usr/include -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/
INCLUDES ?= -I raylib/src/ -I sysroot/usr/include -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/ -I sysroot/usr/include/arm-linux-gnueabihf/
LIBS ?= -L$(SYSROOT)/usr/lib -L$(SYSROOT)/lib -lraylib -lGL -lm -ldrm -lgbm -lEGL -L raylib/src/ -o snake

# Regole

0 comments on commit 0b44e97

Please sign in to comment.