shithub: aubio

Download patch

ref: 972a326d3f2a2ae2b6d65be83eb4d07c3330622d
parent: afceccdfd6b7677ba26013ae2849ceda0906b466
author: Paul Brossier <piem@piem.org>
date: Fri Aug 7 15:29:54 EDT 2015

Makefile: add build/clean_python

--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,12 @@
 	./waf configure
 	./waf build
 
+build_python:
+	cd python && ./setup.py build
+
+clean_python:
+	cd python && ./setup.py clean
+
 clean:
 	./waf clean