summaryrefslogtreecommitdiff
path: root/userland/windowserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userland/windowserver/Makefile')
-rw-r--r--userland/windowserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/windowserver/Makefile b/userland/windowserver/Makefile
index f67bd66..65a50f6 100644
--- a/userland/windowserver/Makefile
+++ b/userland/windowserver/Makefile
@@ -1,4 +1,4 @@
-CC="/home/anton/prj/osdev/sysroot/bin/i686-sb-gcc"
+CC="i686-sb-gcc"
CFLAGS = -ggdb -ffreestanding -O2 -Wall -Wextra -pedantic -mgeneral-regs-only -Wimplicit-fallthrough -fsanitize=shift,signed-integer-overflow,bounds
BIN=ws
LIB=-L../json -ljson -L../json/hashmap -lhashmap -L../libc -lc -lgcc