X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=b681de1b5689cbc2e04542cd06f5217793916c53;hb=b684f62b7411fea476b2e1f6a8bbf920ac4c7216;hp=e988a49df3d81c24a7310253e9268876de538cf0;hpb=595a5a86d894685c1b39ee467599654f8c2a46b5;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index e988a49..b681de1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ DIRS := barrier mcs-lock mpmc-queue spsc-queue spsc-bugfix linuxrwlocks \ - dekker-fences chase-lev-deque ms-queue chase-lev-deque-bugfix + dekker-fences chase-lev-deque ms-queue chase-lev-deque-bugfix \ + concurrent-hashmap seqlock .PHONY: $(DIRS)