summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pjsip-apps/src/python/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip-apps/src/python/Makefile b/pjsip-apps/src/python/Makefile
index 7fdcec01..13ac4151 100644
--- a/pjsip-apps/src/python/Makefile
+++ b/pjsip-apps/src/python/Makefile
@@ -5,5 +5,8 @@ clean:
python setup.py clean
rm -rf ./build
-%:
+install:
python setup.py $@
+
+dep doc:
+