Refactoring: move scatter-gather types into main type system
[libside.git] / Makefile
index 214d04ff20dc6b73ed8d2131a66088d08d3ee48c..9fe370352e6edfe85bf45604ba72fa309d850471 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,7 @@ all: $(SUBDIRS)
 $(SUBDIRS):
        $(MAKE) -C $@
 
-.PHONY: all $(SUBDIRS)
+clean:
+       $(MAKE) clean -C src/
+
+.PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
This page took 0.023465 seconds and 4 git commands to generate.