refactor: séparer executable et library

This commit is contained in:
Victor Lacasse-Beaudoin 2025-05-13 13:48:34 -04:00
parent b3706080cd
commit 2dcf0ec867
11 changed files with 70 additions and 71 deletions

View file

@ -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