summaryrefslogtreecommitdiff
path: root/userland/sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userland/sh/Makefile')
-rw-r--r--userland/sh/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/userland/sh/Makefile b/userland/sh/Makefile
deleted file mode 100644
index 3e82b9e..0000000
--- a/userland/sh/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
-
-sh.o: sh.c
- $(CC) $(CFLAGS) -L../libc/ -lc -c sh.c -I../libc/
-# $(CC) $(CFLAGS) ../libc/libc.o ../libc/crt0.o sh.c -I../libc/
-
-clean:
- rm sh sh.o
-sh: sh.o
- $(CC) -shared -o sh -ffreestanding -nostdlib $(CFLAGS) sh.o -L../libc/ -lc -lgcc #-L../libc/c.a