From: Paul Brossier Date: Fri, 7 Aug 2015 17:29:54 +0000 (+0200) Subject: Makefile: add build/clean_python X-Git-Tag: 0.4.4~302^2~13 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=972a326d3f2a2ae2b6d65be83eb4d07c3330622d;p=aubio.git Makefile: add build/clean_python --- diff --git a/Makefile b/Makefile index e140665d..829101aa 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,12 @@ build: checkwaf ./waf configure ./waf build +build_python: + cd python && ./setup.py build + +clean_python: + cd python && ./setup.py clean + clean: ./waf clean