fixed command line
[cdsspec-compiler.git] / benchmark / seqlock / Makefile
diff --git a/benchmark/seqlock/Makefile b/benchmark/seqlock/Makefile
deleted file mode 100644 (file)
index 071a552..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../benchmarks.mk
-
-TESTNAME = seqlock 
-
-all: $(TESTNAME)
-
-$(TESTNAME): $(TESTNAME).cc $(TESTNAME).h
-       $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS)
-
-clean:
-       rm -f $(TESTNAME) *.o