fixed command line
[cdsspec-compiler.git] / benchmark / concurrent-hashmap / Makefile
diff --git a/benchmark/concurrent-hashmap/Makefile b/benchmark/concurrent-hashmap/Makefile
deleted file mode 100644 (file)
index 6b615a1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../benchmarks.mk
-
-BENCH := hashmap
-TESTS := main testcase1
-
-all: $(TESTS)
-
-$(BENCH).o : $(BENCH).h
-       $(CXX) -o $@ $< $(CXXFLAGS) -c $(LDFLAGS)
-
-$(TESTS): % : %.cc $(BENCH).o
-       $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS)
-
-clean:
-       rm -f *.o *.d $(TESTS)