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