Makefile: add build/clean_python
authorPaul Brossier <piem@piem.org>
Fri, 7 Aug 2015 17:29:54 +0000 (19:29 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 7 Aug 2015 17:29:54 +0000 (19:29 +0200)
Makefile

index e140665..829101a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,12 @@ build: checkwaf
        ./waf configure
        ./waf build
 
+build_python:
+       cd python && ./setup.py build
+
+clean_python:
+       cd python && ./setup.py clean
+
 clean:
        ./waf clean