标签:++ style log main 自动化 文件名 g++ 变量 pthread
.PHONY:clean XX=g++ exe=dididididididididi obj=main.o test.o $(exe):$(obj) $(XX) -pthread -Wall -g -o $(exe) $(obj) main.o:main.cpp test.h $(XX) -c main.cpp -o main.o test.o:test.cpp test.h $(XX) -c test.cpp -o test.o clean: rm -f *.o $(exe)
标签:++ style log main 自动化 文件名 g++ 变量 pthread
原文地址:http://www.cnblogs.com/Ph-one/p/6764916.html