From 99dd3b737a5f690ef4986147a919d26224c97d30 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 13 Nov 2012 18:43:45 -0800 Subject: [PATCH] Makefile: build spsc-bugfix by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1