From 53091c345e48b489f1f04318ec1b98294fe6c0d5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 28 Feb 2011 07:16:08 +0000 Subject: 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 --- pjsip-apps/src/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps/src') 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 -- cgit v1.2.3