tarsius / imake

A simple, opinionated make target runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imake — a simple, opinionated make target runner

This package provides the command imake, which prompts for make targets and runs them in the current directory.

If the marginalia package is available and some targets are documented as shown below, using one or more targets whose names begin with “help”, then that documentation is shown.

help helpall::
	  $(info make lisp   - generate byte-code and autoloads)
help::
	  $(info make clean  - remove generated files)


Compile MELPA Stable MELPA

About

A simple, opinionated make target runner

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 69.8%Language:Makefile 30.2%