summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-10-08 11:57:25 +0000
committerBenny Prijono <bennylp@teluu.com>2008-10-08 11:57:25 +0000
commitfe5e65918d3d232e7419766ff01030e8b0dfb0da (patch)
tree3e9efad236add4fa38e4f57e19f3ad5e7d344cd8
parente60ffc649b4a1b5607f4886be03fa94219a1c52f (diff)
Added more targets to python Makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2346 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip-apps/src/python/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile
index 10ed2fb3..43fe7bff 100644
--- a/pjsip-apps/src/python/Makefile
+++ b/pjsip-apps/src/python/Makefile
@@ -4,3 +4,6 @@ all:
clean:
python setup.py clean
rm -rf ./build
+
+%:
+ python setup.py $@