From: Brian Warner Date: Thu, 16 Aug 2007 00:47:10 +0000 (-0700) Subject: Makefile: add build_ext target, for convenience X-Git-Url: https://git.rkrishnan.org/uri/URI:DIR2-RO:%5B%5E?a=commitdiff_plain;h=8e12cc83df29a637b74aef6234ceb79be56ee6ce;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: add build_ext target, for convenience --- diff --git a/Makefile b/Makefile index 5af7c0c9..f984f87d 100644 --- a/Makefile +++ b/Makefile @@ -312,3 +312,5 @@ deb-etch-head: $(MAKE) increment-deb-version fakeroot debian/rules binary +build_ext: + $(PYTHON) setup.py build_ext -i