# ls include $(BASE)header.mk # Variables SRCS := main.c BIN := $(OUTPUTDIR)Bin/ls include $(BASE)body.mk include $(BASE)footer.mk