Basic side rcu test
[libside.git] / Makefile
index 9fe370352e6edfe85bf45604ba72fa309d850471..ccc4ea117ed088bbdc587c9c6d07cf71a89d815b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-SUBDIRS := src/
+SUBDIRS := src/ tests/
 
 all: $(SUBDIRS)
 $(SUBDIRS):
        $(MAKE) -C $@
 
 clean:
-       $(MAKE) clean -C src/
+       for dir in $(SUBDIRS); do $(MAKE) clean -C $$dir; done
 
-.PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
+.PHONY: all $(SUBDIRS) clean
This page took 0.039915 seconds and 4 git commands to generate.