From 5513d8b138b4dcca340e42e28c3c8582cb2a3c86 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 1 Feb 2013 00:31:45 +0900 Subject: add some cleanups to makefile --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 451ca201..fc4a172a 100644 --- a/Makefile +++ b/Makefile @@ -56,5 +56,15 @@ manpages: apidocs: @sphinx-apidoc -o docs/api src/leap +cleandebinstall: + rm debian/files + rm debian/leap-client.debhelper.log + rm debian/leap-client.postinst.debhelper + rm debian/leap-client.postrm.debhelper + rm debian/leap-client.prerm.debhelper + rm debian/leap-client.substvars + rm -rf debian/leap-client/ + + clean : $(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc) -- cgit v1.2.3