mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
1591e33d11
commit
fcdf60a409
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ publish = usr/publish/ice.$(shell go env GOOS).$(shell go env GOARCH)
|
||||
all: def
|
||||
@echo && date
|
||||
go build -v -o ${binarys} src/main.go src/version.go src/binpack.go && ./${binarys} forever restart &>/dev/null
|
||||
mkdir -p $(dir ${publish}) &>/dev/null; rm ${publish} &>/dev/null; cp ${binarys} ${publish}
|
||||
# mkdir -p $(dir ${publish}) &>/dev/null; rm ${publish} &>/dev/null; cp ${binarys} ${publish}
|
||||
|
||||
app: def
|
||||
CGO_ENABLED=1 go build -v -o usr/publish/contexts.app/Contents/MacOS/contexts src/webview.go src/version.go src/binpack.go && ./${binarys} forever restart &>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user