summaryrefslogtreecommitdiff
path: root/userland/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userland/test/Makefile')
-rw-r--r--userland/test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/userland/test/Makefile b/userland/test/Makefile
index 7287939..0e3b495 100644
--- a/userland/test/Makefile
+++ b/userland/test/Makefile
@@ -1,5 +1,4 @@
-#CC="/home/anton/opt/cross/bin/i686-elf-gcc"
-CC="/home/anton/prj/osdev/sysroot/bin/i686-sb-gcc"
+CC="i686-sb-gcc"
CFLAGS = -O2 -Wall -Wextra -pedantic -Wimplicit-fallthrough -static
LIB=-L../json -L../json/hashmap -ljson -lhashmap
INC=-I../json/