From d459524c3fb7a3fd79d019931b7303c1a74b04b4 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 4 Dec 2012 16:54:48 -0800 Subject: [PATCH] Makefile: build dekker-fences automatically --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7feda9..f97463a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks +DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks dekker-fences .PHONY: $(DIRS) -- 2.34.1