Add support for Join sets where the parity protects the split files
[rarslave2.git] / Makefile
index 74487a2..9016061 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,7 @@ test:
 run: clean
        python rarslave.py
 
+sdist:
+       python setup.py sdist
+
 .PHONY: all clean test run