From: Brian Norris Date: Wed, 5 Dec 2012 00:54:48 +0000 (-0800) Subject: Makefile: build dekker-fences automatically X-Git-Tag: oopsla2013-final~51 X-Git-Url: http://demsky.eecs.uci.edu/git/?p=model-checker-benchmarks.git;a=commitdiff_plain;h=d459524c3fb7a3fd79d019931b7303c1a74b04b4 Makefile: build dekker-fences automatically --- 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)