PROG=main NOMAN=noman CC=cc SRCS=main.c fdt.c default: $(CC) $(SRCS) -o $PROG