From: Paul Brossier Date: Mon, 18 Apr 2016 23:40:39 +0000 (+0200) Subject: Merge branch 'develop' of github.com:aubio/aubio into develop X-Git-Tag: 0.4.4~300^2~307 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f50dea41744364548d0de247b50b1278e8bf7773;p=aubio.git Merge branch 'develop' of github.com:aubio/aubio into develop --- f50dea41744364548d0de247b50b1278e8bf7773 diff --cc Makefile index c4b2b91e,fcf3ce3a..7cef2c40 --- a/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