aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2023-09-05migrate moncheck to slogGibheer1-0/+2
With this moncheck itself is also changed to use slog. The early config parsing is still using log as we do not have any idea what else to use. But from then slog is used at all points. With the additional config options a man page was also added to explain the new config options.
2021-12-02cmd/monfront - import monfront from separate repositoryGibheer1-3/+33
This is the import from the separate monfront repository. The history could not be imported, but this should suffice.
2019-08-12make build the defaultGibheer1-3/+3
2019-05-28disable CGO support because of build errorsGibheer1-2/+2
2019-03-13move monfront to separate repositoryGibheer1-3/+0
Monfront was forked into its own repository to make it easier to work on.
2019-01-07fix the release scriptGibheer1-4/+4
The config directory was pushed into a subdirectory, when it wasn't necessary. This lead to a double monzero path mention.
2018-12-12use GOOS to compile for correct environmentGibheer1-3/+3
2018-12-12add makefile to create releaseGibheer1-0/+44
This adds a makefile to build a release of the programs.