Makefile 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 C_SOURCES := main.c all: a.out simple include Makefile.rules simple: $(MAKE) -f $(MAKEFILE_RULES) \ C_SOURCES=simple.c EXE=simple