1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shaoying 2021-01-05 20:05:08 +08:00
parent f5d460b108
commit 2e667bb9a8
2 changed files with 4 additions and 12 deletions

13
.gitignore vendored
View File

@ -1,16 +1,7 @@
.* .*
*.swp
*.swo
*.log
src/version.go
etc/local.shy
bin/ bin/
pkg/
var/ var/
usr/ usr/
trash/
local.sh
local.shy
github.com
etc/work.sh
.DS_Store

View File

@ -4,7 +4,8 @@ export CGO_ENABLED=0
all: all:
@echo && date @echo && date
go build -v -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart [ -f src/version.go ] || echo "package main" > src/version.go
go build -v -o bin/ice.bin src/main.go src/version.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
relay: src/relay.go relay: src/relay.go
@echo && date @echo && date