aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add MMV_NAME and MCP_NAME compile-time variablesv1.3.0Luca Matei Pintilie 2023-09-141-4/+10
| | | | | | | | | | | | | | | Due to the sheer popularity of the "mmv" name it might conflict with other programs installed on the user's computer. As such the MMV_NAME and MCP_NAME environmental variables can control the program's name at compile time, allowing the user to avoid name conflicts with other programs. If the variables are not set then they will silently default back to "mmv" and "mcp" respectively. Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Co-authored-by: Thomas Voss <mail@thomasvoss.com>
* Use -f with ln in the Makefilev1.2.0Thomas Voss 2023-08-251-1/+1
|
* Install ‘mmv’ as ‘mcp’Thomas Voss 2023-08-251-2/+5
|
* Add a MakefileThomas Voss 2023-08-121-0/+15