Skip to content

Commit

Permalink
Improvement: clean task [remvee/android-mode GH-4], thanks redshodan
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco van 't Veer committed Aug 17, 2010
1 parent d37286b commit 164ea58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-mode.el
Expand Up @@ -120,6 +120,7 @@
(interactive)
(android-ant ,task)))

(android-defun-ant-task "clean")
(android-defun-ant-task "compile")
(android-defun-ant-task "install")
(android-defun-ant-task "reinstall")
Expand All @@ -129,6 +130,7 @@
'(("d" . android-start-ddms)
("e" . android-start-emulator)
("l" . android-logcat)
("C" . android-ant-clean)
("c" . android-ant-compile)
("i" . android-ant-install)
("r" . android-ant-reinstall)
Expand Down

0 comments on commit 164ea58

Please sign in to comment.