X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=835f7d12a72297163e67d5db567058d989a97a79;hb=5a6521efce9bad7488fb880311d77fecd87427fa;hp=f97463a82d89b580cb74e492e2fc3c9cd905aa9e;hpb=d459524c3fb7a3fd79d019931b7303c1a74b04b4;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index f97463a..835f7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks dekker-fences +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)