X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=003ac10bc801323d03126335ea55e3bf225a7ee0;hb=refs%2Fheads%2Fmaster;hp=e5ff6cc72901ded97d33e57e75bd2a780e280bf6;hpb=ae1e51950d28aad23f47611cd9afb33718b4beec;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index e5ff6cc..003ac10 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -DIRS := barrier mcs-lock mpmc-queue spsc-queue +DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks \ + dekker-fences chase-lev-deque ms-queue chase-lev-deque-bugfix seqlock \ + treiber-stack cliffc-hashtable concurrent-hashmap .PHONY: $(DIRS)