clayrisser / m

lightweight wrapper around make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m

lightweight wrapper around make

This program makes it easier to pass arguments to make targets by sacrificing the ability to run multiple targets

Setup

Install

sudo make install

Uninstall

sudo make uninstall

Usage

m build --hello=world

this will end up running the following make command

make -s build ARGS="--hello=world"

About

lightweight wrapper around make

License:MIT License


Languages

Language:Makefile 52.9%Language:Shell 47.1%