Merge branch 'develop' of github.com:aubio/aubio into develop
authorPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:40:39 +0000 (01:40 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:40:39 +0000 (01:40 +0200)
1  2 
Makefile

diff --cc Makefile
+++ b/Makefile
@@@ -25,11 -21,17 +25,17 @@@ 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
 +      $(WAFCMD) clean
  
  distcheck: build
 -      ./waf distcheck
 +      $(WAFCMD) distcheck
  
  help:
 -      ./waf --help
 +      $(WAFCMD) --help