X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=e124a0472fb7500b796a7eca6cfbdf74b91ec964;hb=d634d19b6134309ed0893c6fd58d815cbafecd16;hp=b681de1b5689cbc2e04542cd06f5217793916c53;hpb=f8c46d903b303b81ef0d25cb8495de22d299466b;p=model-checker-benchmarks.git diff --git a/Makefile b/Makefile index b681de1..e124a04 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ 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 + concurrent-hashmap seqlock spsc-example spsc-queue-scfence .PHONY: $(DIRS)