X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=e124a0472fb7500b796a7eca6cfbdf74b91ec964;hb=d634d19b6134309ed0893c6fd58d815cbafecd16;hp=9e102ec7a734e86510ba0c2e4cc9c2bdfd08ebdc;hpb=959cbe93cdc3c0f7a3e8340c86f53db488e25aa1;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index 9e102ec..e124a04 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -DIRS := barrier mcs-lock mpmc-queue spsc-queue linuxrwlocks +DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks \ + dekker-fences chase-lev-deque ms-queue chase-lev-deque-bugfix \ + concurrent-hashmap seqlock spsc-example spsc-queue-scfence .PHONY: $(DIRS)