C_SOURCES := main.c all: a.out simple include Makefile.rules simple: $(MAKE) -f $(MAKEFILE_RULES) \ C_SOURCES=simple.c EXE=simple