1 2 3 4 5 6 7 8 9 10 11 12 13
LEVEL = ../../make C_SOURCES := main.c all: a.out simple include $(LEVEL)/Makefile.rules simple: $(MAKE) VPATH=$(VPATH) -f $(SRCDIR)/simple.mk clean:: $(MAKE) -f $(SRCDIR)/simple.mk clean