1 2 3 4 5 6
include ../sbin.mk .PHONY: all all: @ # $(CC) -pie -nostdlib main.c -o init -e main $(CC) main.c mshell.c -o init $(INTERNAL_CFLAGS)