The basic makefile is composed of: target: dependencies [tab] system command. This syntax applied to our example would look like: all: g++ main.cpp hello.cpp ...
www.google.com.tw