summaryrefslogtreecommitdiff
path: root/Makefile
blob: c857c198a8c401f4b687730168509e4ffa2a39ec (plain)
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)
contact: Jan Huwald // Impressum