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