fixed command line
[cdsspec-compiler.git] / benchmark / read-copy-update / Makefile
diff --git a/benchmark/read-copy-update/Makefile b/benchmark/read-copy-update/Makefile
deleted file mode 100644 (file)
index 1ddd57f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../benchmarks.mk
-
-all: rcu 
-
-rcp: rcu.cc 
-       $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS)
-
-clean:
-       rm -f $(TESTNAME) *.o