From: Paul Brossier Date: Mon, 18 Apr 2016 23:37:08 +0000 (+0200) Subject: Makefile: added build/clean_python3 X-Git-Tag: 0.4.4~300^2~307^2~1 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a2ae70a9a7b559efac044652c18678c17c5dcf53;p=aubio.git Makefile: added build/clean_python3 --- diff --git a/Makefile b/Makefile index 125ec28b..fcf3ce3a 100644 --- 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