add seqlock
[cdsspec-compiler.git] / output / seqlock / Makefile
diff --git a/output/seqlock/Makefile b/output/seqlock/Makefile
new file mode 100644 (file)
index 0000000..e4ec9a3
--- /dev/null
@@ -0,0 +1,9 @@
+include ../benchmarks.mk
+
+all: seqlock
+
+seqlock: seqlock.cc
+       $(CXX) -o seqlock seqlock.cc $(CXXFLAGS) $(LDFLAGS)
+
+clean:
+       rm -f $(TESTNAME) *.o seqlock