From 09444990ea43f2562b44c028297cfec115f5c646 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 24 Jun 2016 13:27:40 +0200 Subject: ow binary --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') 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): -- cgit v1.2.3