summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-06-24 13:27:40 +0200
committerPatrick Simianer <p@simianer.de>2016-06-24 13:27:40 +0200
commit09444990ea43f2562b44c028297cfec115f5c646 (patch)
tree327cc00b6d4428a93df7388a15bd55195231462b
parent912641117aa3feaf237662e011147ad7a2efeed9 (diff)
ow binary
-rw-r--r--Makefile10
-rw-r--r--src/odenwald.cc (renamed from src/fast_weaver.cc)0
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ea66097..f59d18e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,13 @@ PRINT_END = @echo -e "\e[1;32mfinished building $@\e[0m"
###############################################################################
# all
#
-all: $(BIN)/fast_weaver util test
+all: $(BIN)/ow util test
###############################################################################
-# fast_weaver
+# ow
#
-$(BIN)/fast_weaver: $(BIN) $(SRC)/hypergraph.o $(SRC)/fast_weaver.cc
+$(BIN)/ow: $(BIN) $(SRC)/hypergraph.o $(SRC)/odenwald.cc
$(PRINT_BEGIN)
$(COMPILER) $(CFLAGS) \
-lstdc++ \
@@ -28,8 +28,8 @@ $(BIN)/fast_weaver: $(BIN) $(SRC)/hypergraph.o $(SRC)/fast_weaver.cc
$(MSGPACK_C) \
$(TCMALLOC) \
$(SRC)/hypergraph.o \
- $(SRC)/fast_weaver.cc \
- -o $(BIN)/fast_weaver
+ $(SRC)/odenwald.cc \
+ -o $(BIN)/ow
$(PRINT_END)
$(BIN):
diff --git a/src/fast_weaver.cc b/src/odenwald.cc
index a520d0b..a520d0b 100644
--- a/src/fast_weaver.cc
+++ b/src/odenwald.cc