Update Makefile

Small fixes
master
Anthony Axenov 2022-07-08 14:52:24 +08:00 committed by GitHub
parent 6996e4634f
commit 08b4ec19d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# https://habr.com/ru/post/461467/
# https://tutorialedge.net/golang/makefiles-for-go-developers/
# https://earthly.dev/blog/golang-makefile/
BINARY_NAME=csv2md BINARY_NAME=csv2md
ARCH=amd64 ARCH=amd64
@ -41,7 +38,7 @@ release: clean darwin linux win
@zip -j ${DARWIN_PATH}.zip ${DARWIN_FILE} @zip -j ${DARWIN_PATH}.zip ${DARWIN_FILE}
@zip -j ${WINDOWS_PATH}.zip ${WINDOWS_FILE} @zip -j ${WINDOWS_PATH}.zip ${WINDOWS_FILE}
## compile: This message ## help: This message
help: Makefile help: Makefile
@echo "Choose a command run:" @echo "Choose a command run:"
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /' @sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'