refactor: séparer executable et library
This commit is contained in:
parent
b3706080cd
commit
2dcf0ec867
11 changed files with 70 additions and 71 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ help: ## Show this help
|
|||
|
||||
.PHONY: go-install
|
||||
go-install: ## Use `go install` to build and link the executable
|
||||
go install -a
|
||||
go install -a ./cmd/presences/
|
||||
|
||||
.PHONY: docker-build
|
||||
docker-build: ## Build container image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue