CC = LD = .PHONY: all all: $(CC) -c main.c -o main.o; $(LD) main.o -o init -e main