From 931401b65f5a06bdb1569c33044679694d35fe41 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Wed, 23 Jul 2014 12:57:31 +0200 Subject: cosmetic --- fast/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fast/Makefile') diff --git a/fast/Makefile b/fast/Makefile index b2b697f..6d05fea 100644 --- a/fast/Makefile +++ b/fast/Makefile @@ -5,6 +5,8 @@ CFLAGS=-std=c++11 -O3 all: hypergraph.o main.cc $(COMPILER) $(CFLAGS) -std=c++11 -lstdc++ -lm -lmsgpack grammar.o hypergraph.o main.cc -o fast_weaver +test: test_grammar test_sparse_vector + hypergraph.o: hypergraph.cc hypergraph.hh grammar.o semiring.hh $(COMPILER) $(CFLAGS) -g -c hypergraph.cc -- cgit v1.2.3