forked from x/ContextOS
opt some
This commit is contained in:
parent
f5d460b108
commit
2e667bb9a8
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,16 +1,7 @@
|
||||
.*
|
||||
*.swp
|
||||
*.swo
|
||||
*.log
|
||||
|
||||
src/version.go
|
||||
etc/local.shy
|
||||
bin/
|
||||
pkg/
|
||||
var/
|
||||
usr/
|
||||
trash/
|
||||
local.sh
|
||||
local.shy
|
||||
github.com
|
||||
etc/work.sh
|
||||
|
||||
.DS_Store
|
||||
|
3
Makefile
3
Makefile
@ -4,7 +4,8 @@ export CGO_ENABLED=0
|
||||
|
||||
all:
|
||||
@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
|
||||
@echo && date
|
||||
|
Loading…
x
Reference in New Issue
Block a user