diff options
author | kali <kali@leap.se> | 2013-02-01 00:31:45 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-01 00:31:45 +0900 |
commit | 5513d8b138b4dcca340e42e28c3c8582cb2a3c86 (patch) | |
tree | 63e8f1ec7b9dcf02b4961dc93fa15d55dd9d6ffc /Makefile | |
parent | 8b759e22235e46fdd803138550065605fd71fd76 (diff) |
add some cleanups to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |