Fixed makefile

master
Anthony Axenov 2024-02-05 23:12:01 +08:00
parent 08b4ec19d7
commit 4327127200
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 1 additions and 1 deletions

View File

@ -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