summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2013-01-28 16:33:06 (GMT)
committerJan Huwald <jh@sotun.de>2013-01-28 16:33:06 (GMT)
commitd606b9cce4d010b145cd18b93b8b902a4db76343 (patch)
tree3a33abdc871bbb2dcf09977e98617fb6748e4857 /Makefile
parentb02e9b19e76245052762b7e44d45d12bae83e76e (diff)
add hjoin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98912d7..24b9395 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,13 @@ 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:
- rm -f $(@D)/*~
+ cd $(@D) && rm -f *~ $(NTBIN)
contact: Jan Huwald // Impressum