ifndef W R := ../.. include $R/common.mk endif NTBIN := hjoin NTLIB := -lboost_iostreams $W/%: $W/%.cpp @/bin/echo -e "GCC\t$@" @$(CXX) $(NTLIB) -o $@ $^ rec_clean :: $W/clean $W/clean: cd $(@D) && rm -f *~ $(NTBIN)