From 3ff953e7fdea65cccf5071966c49277c8d8eb289 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Sun, 22 Oct 2023 21:34:42 +0200 Subject: Change CC in Makefiles to not use a absolute path --- userland/test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'userland/test/Makefile') 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/ -- cgit v1.2.3