mirror of
https://github.com/anthonyaxenov/csv2md.git
synced 2024-11-21 21:05:15 +00:00
Fixed makefile
This commit is contained in:
parent
08b4ec19d7
commit
4327127200
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ darwin:
|
||||
@rm -rf ${DARWIN_PATH}
|
||||
@GOARCH=${ARCH} GOOS=darwin go build -o ${DARWIN_FILE} . && echo "Compiled: ${DARWIN_FILE}"
|
||||
|
||||
## build: Build new binaries for linux, windows and darwin (x64)
|
||||
## all: Build new binaries for linux, windows and darwin (x64)
|
||||
all: clean linux win darwin
|
||||
|
||||
## release: Build all binaries and zip them
|
||||
|
Loading…
Reference in New Issue
Block a user