summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/python/Makefile
blob: 19a7e814edb6e0439dbe087236f9339ebadaf713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:
	python setup.py build

clean distclean realclean:
	python setup.py clean
	rm -rf ./build

install:
	python setup.py $@

dep doc: