summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@