mirror of
https://github.com/anthonyaxenov/csv2md.git
synced 2024-11-22 05:14:57 +00:00
Update Makefile
Small fixes
This commit is contained in:
parent
6996e4634f
commit
08b4ec19d7
5
Makefile
5
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
|
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/^/ /'
|
||||||
|
Loading…
Reference in New Issue
Block a user