Screenshot showing the Makefile target selection for drunkenfall. Notice how the $(BINARY)
part is calculated to it's value in the minibuffer selection.
Install the makefile-executor
package from MELPA!
Using use-package
:
(use-package makefile-executor
:config
(add-hook 'makefile-mode-hook 'makefile-executor-mode))
C-c C-e
in makefile-mode
when makefile-executor-mode
is enabled.C-c C-c
in makefile-mode
when makefile-executor-mode
is enabled.C-c C-d
in makefile-mode
when makefile-executor-mode
is enabled.$(BINARY)
will show up as what it evaluates to.projectile-commander
on the m
key.makefile-executor-execute-target
: Bring up a selection of all the possible targets in the current Makefile, and execute the chosen one. .makefile-executor-execute-project-target
: Bring up a selection of all the Makefiles in the current project. The selected one is executed as per makefile-executor-execute-target
above.makefile-executor-execute-last
: Execute the last makefile target for the project. If none has been run, this executes makefile-executor-execute-project-target
.This project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4