From 931401b65f5a06bdb1569c33044679694d35fe41 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Wed, 23 Jul 2014 12:57:31 +0200 Subject: cosmetic --- fast/test/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 fast/test/Makefile (limited to 'fast/test/Makefile') diff --git a/fast/test/Makefile b/fast/test/Makefile deleted file mode 100644 index 3e01dc5..0000000 --- a/fast/test/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -COMPILER=clang -CFLAGS=-std=c++11 -O3 - - -test_grammar: test_grammar.cc ../grammar.o - $(COMPILER) $(CFLAGS) ../grammar.o test_grammar.cc - -test_sparse_vector: test_sparse_vector.cc - $(COMPILER) $(CFLAGS) -lm test_sparse_vector.cc - -clean: - rm -f test_grammar test_sparse_vector - -- cgit v1.2.3