summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-02-28 07:16:08 +0000
committerBenny Prijono <bennylp@teluu.com>2011-02-28 07:16:08 +0000
commit53091c345e48b489f1f04318ec1b98294fe6c0d5 (patch)
tree438328b0dd7ef9e25235d5aecd02915156ed0b4e /pjsip-apps
parentfce82bb77d8bb38f7eb013d45ba721f5e8f47304 (diff)
Re #1175 (Misc fixes): fixed realclean and distclean target for Python makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3421 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/src/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile
index 13ac4151..19a7e814 100644
--- a/pjsip-apps/src/python/Makefile
+++ b/pjsip-apps/src/python/Makefile
@@ -1,7 +1,7 @@
all:
python setup.py build
-clean:
+clean distclean realclean:
python setup.py clean
rm -rf ./build