X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=835f7d12a72297163e67d5db567058d989a97a79;hb=1438eb7c0715e53611a717e593bfa3fe1bd30588;hp=7ff12dc9316fad59a633e573b1f1643a5c858e8b;hpb=063050ea4ff7160a3426d8ec9757006720285e0f;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index 7ff12dc..835f7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -DIRS := barrier mcs-lock +DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks \ + dekker-fences chase-lev-deque ms-queue chase-lev-deque-bugfix \ + concurrent-hashmap .PHONY: $(DIRS)