include ../benchmarks.mk all: rcu rcp: rcu.cc $(CXX) -o $@ $< $(CXXFLAGS) $(LDFLAGS) clean: rm -f $(TESTNAME) *.o