diff options
Diffstat (limited to 'userland/sh/Makefile')
-rw-r--r-- | userland/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/sh/Makefile b/userland/sh/Makefile index adccfb3..3e82b9e 100644 --- a/userland/sh/Makefile +++ b/userland/sh/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 -fsanitize=shift,signed-integer-overflow,bounds BINS=sh all: $(BINS) |