first working verion

This commit is contained in:
2023-04-09 16:00:07 -04:00
parent e7e1365938
commit 1c86111737
3 changed files with 32 additions and 42 deletions

View File

@@ -71,7 +71,7 @@ install: prep
> @go install . && echo "Build and Install success" || echo "[FAILED] go install"
install-production: prep
> @go install -ldflags=${linkerflags} . && echo "production build and install success" || echo "[FAILED] production install"
> @go install -ldflags=${linkerflags} . && echo "Production build and install success" || echo "[FAILED] Production install"
## Commands that don't relate to a specific file
.PHONY: help confirm clean prep build build-production