Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Improve makefile #17

Closed
Timothee-Cardoso opened this issue Mar 29, 2021 · 2 comments
Closed

Improve makefile #17

Timothee-Cardoso opened this issue Mar 29, 2021 · 2 comments
Assignees

Comments

@Timothee-Cardoso
Copy link
Member

makefile of secman is not very powerfull

@Timothee-Cardoso 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
@Timothee-Cardoso Timothee-Cardoso self-assigned this Mar 29, 2021
@Timothee-Cardoso Timothee-Cardoso removed the help wanted Extra attention is needed label Mar 29, 2021
@abdfnx
Copy link
Contributor

abdfnx commented Mar 29, 2021

ok, after we finish from #13 and #15, we'll improve it

@abdfnx
Copy link
Contributor

abdfnx commented Apr 18, 2021

our awesome Makefile

.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 abdfnx closed this as completed Apr 18, 2021
@abdfnx abdfnx moved this from Todo 📝 to Done 🤩 in 🗺️ Roadmap Oct 15, 2021
@abdfnx abdfnx moved this to Todo 📝 in 🗺️ Roadmap Oct 15, 2021
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.
Labels
None yet
Projects
Status: Done 🌟
Development

No branches or pull requests

2 participants