This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Improve makefile #17
Comments
Timothee-Cardoso
added
enhancement
New feature or request
help wanted
Extra attention is needed
invalid
This doesn't seem right
wontfix
This will not be worked on
labels
Mar 29, 2021
our awesome .PHONY: build
LATEST_VERSION=$(shell git describe --abbrev=0 --tags | tr -d '\n')
build:
@cd core && \
go get -d && \
go build -o secman -ldflags "-X main.version=$(LATEST_VERSION)"
setup: core/secman
@sudo gem install colorize && \
git clone https://github.com/secman-team/sm ~/sm && \
sudo wget -P ~/sm https://raw.githubusercontent.com/secman-team/secman/HEAD/packages/secman-un \
sudo chmod 755 ~/sm/* \
sudo cp core/secman /usr/local/bin |
abdfnx
pushed a commit
that referenced
this issue
Mar 16, 2022
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.5.1...2.6.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
abdfnx
added a commit
that referenced
this issue
Mar 16, 2022
build(deps): bump prettier from 2.5.1 to 2.6.0 in /core (#17
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
makefile of secman is not very powerfull
The text was updated successfully, but these errors were encountered: