summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add a MakefileHEADmainRory Dudley41 hours1-0/+29
Most of the commands are simply wrappers around the cargo equivalent. However, it does include commands to install and uninstall a release build of the program. Signed-off-by: Rory Dudley <rory@netc.lu> Notes: Tested on Linux and OpenBSD (i.e. GNU make and BSD make).