From 08b4ec19d746ebc61cc6067c18d196d12cfcb5fc Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Fri, 8 Jul 2022 14:52:24 +0800 Subject: [PATCH] Update Makefile Small fixes --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a33da0d..9cc96e4 100644 --- a/Makefile +++ b/Makefile @@ -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 ARCH=amd64 @@ -41,7 +38,7 @@ release: clean darwin linux win @zip -j ${DARWIN_PATH}.zip ${DARWIN_FILE} @zip -j ${WINDOWS_PATH}.zip ${WINDOWS_FILE} -## compile: This message +## help: This message help: Makefile @echo "Choose a command run:" @sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'