From: Brian Norris Date: Wed, 14 Nov 2012 02:43:45 +0000 (-0800) Subject: Makefile: build spsc-bugfix by default X-Git-Tag: pldi2013~1 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker-benchmarks.git;a=commitdiff_plain;h=99dd3b737a5f690ef4986147a919d26224c97d30 Makefile: build spsc-bugfix by default --- diff --git a/Makefile b/Makefile index 9e102ec..b7feda9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS := barrier mcs-lock mpmc-queue spsc-queue linuxrwlocks +DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks .PHONY: $(DIRS)