summaryrefslogtreecommitdiff
path: root/Makefile
blob: 24b939510611c6e113f9595bc774873994715631 (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) -o $@ $^

rec_clean :: $W/clean
$W/clean:
	cd $(@D) && rm -f *~ $(NTBIN)
contact: Jan Huwald // Impressum