summaryrefslogtreecommitdiff
path: root/userland/snake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userland/snake/Makefile')
-rw-r--r--userland/snake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/snake/Makefile b/userland/snake/Makefile
index f29df30..19cf3fe 100644
--- a/userland/snake/Makefile
+++ b/userland/snake/Makefile
@@ -1,4 +1,4 @@
-CC="/home/anton/prj/osdev/sysroot/bin/i686-sb-gcc"
+CC="i686-sb-gcc"
CFLAGS = -ggdb -ffreestanding -O0 -Wall -Wextra -pedantic -mgeneral-regs-only -Wimplicit-fallthrough -static -fsanitize=shift,signed-integer-overflow,bounds
LIB=-L../libgui -lgui -L../json -ljson -L../libc -lc -lgcc
INC=-I../libc/ -I../json/ -I../libgui/