mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt login
This commit is contained in:
parent
92d66337ff
commit
f6625dd2bc
1
Makefile
1
Makefile
@ -7,7 +7,6 @@ publish_ice = usr/publish/ice.$(shell go env GOOS).$(shell go env GOARCH)
|
||||
all: def
|
||||
@echo && date
|
||||
go build -v -o bin/ice.bin src/main.go src/version.go src/binpack.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|
||||
rm ${publish_ice}; cp bin/ice.bin ${publish_ice}
|
||||
|
||||
def:
|
||||
@ [ -f src/version.go ] || echo "package main" > src/version.go
|
||||
|
Loading…
x
Reference in New Issue
Block a user