diff --git a/Makefile b/Makefile index 4ecd30b..7234604 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 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