Makefile 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 CXX_SOURCES := main.cpp all: secondprog include Makefile.rules secondprog: secondprog.cpp $(MAKE) -f $(MAKEFILE_RULES) \ CXX_SOURCES=secondprog.cpp EXE=secondprog