first working verion
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user