shithub: aubio

Download patch

ref: a2ae70a9a7b559efac044652c18678c17c5dcf53
parent: 36b787d8518e058c6a659d1c3c9b90d9272ff859
author: Paul Brossier <piem@piem.org>
date: Mon Apr 18 21:37:08 EDT 2016

Makefile: added build/clean_python3

--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,12 @@
 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