edits
[cdsspec-compiler.git] / output / Makefile
index 7877016686e8689b91163f3257c47f0d1b68abe7..fc544402b7c2c4bcd7c6681dfbc2437b431822e8 100644 (file)
@@ -3,7 +3,8 @@
        concurrent-hashmap seqlock spsc-example spsc-queue-scfence \
        treiber-stack
 
-DIRS := ms-queue concurrent-hashmap linuxrwlocks mcs-lock read-copy-update
+DIRS := ms-queue concurrent-hashmap linuxrwlocks mcs-lock read-copy-update \
+       chase-lev-deque-bugfix spsc-bugfix mpmc-queue seqlock
 
 .PHONY: $(DIRS)