summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-02Rewrite MakefileMalfurious1-28/+20
The Makefile is updated to deal with the single 'git-sonar' file only, now that the others have been merged into it. Additionally, several issues have been fixed with the file, including: * Now easier to override the PREFIX variable (install location) * PWD works properly when running make with sudo * Install now default to system-wide * bin directory now explicitly created if it doesn't exist A specific problem corrected by this patch is that `PREFIX=$HOME/.local make install` on a fresh system will no longer result in the script being copied to the _regular file_ $HOME/.local/bin, because bin did not exist. Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Update references to project name to git-sonarMalfurious1-7/+7
Signed-off-by: Malfurious <m@lfurio.us>
2015-09-01Add MakefileMax Linke1-0/+35
This will make it easier to install the tool. Currently everything is just copied into the home directory. But nothing works I have to figure out a little bit how to make this run under Linux. The develop command can be used for quick iteration cycles.