From 972a326d3f2a2ae2b6d65be83eb4d07c3330622d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 7 Aug 2015 19:29:54 +0200 Subject: [PATCH] Makefile: add build/clean_python --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.11.0