Makefile: added build/clean_python3
authorPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:37:08 +0000 (01:37 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:37:08 +0000 (01:37 +0200)
Makefile

index 125ec28..fcf3ce3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,12 @@ build_python:
 clean_python:
        cd python && ./setup.py clean
 
+build_python3:
+       cd python && python3 ./setup.py build
+
+clean_python3:
+       cd python && python3 ./setup.py clean
+
 clean:
        ./waf clean