1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
ifndef W R := ../.. include $R/common.mk endif NTBIN := hjoin NTLIB := -lboost_iostreams $W/%: $W/%.cpp @/bin/echo -e "GCC\t$@" @$(CXX) $(NTLIB) -O2 -o $@ $^ rec_clean :: $W/clean $W/clean: cd $(@D) && rm -f *~ $(NTBIN)