#add blow lineCFLAGS += -I /your-pathCFLAGS += -g
test : $(objects)#g++ -g -o T1 $(objects)
.PHONY : cleanclean :-rm edit $(objects)
上一页 [1] [2]