From c446c39fc3b95192f9504d746862b946084a1dfe Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 10 Oct 2012 15:50:48 -0700 Subject: [PATCH] mpmc-queue: add top-level Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ff12dc..6b08fb0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS := barrier mcs-lock +DIRS := barrier mcs-lock mpmc-queue .PHONY: $(DIRS) -- 2.34.1