diff --git a/Makefile b/Makefile index c44fb479..738d3712 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ export CGO_ENABLED=0 -binarys = bin/ice.bin publish = usr/publish/ice.$(shell go env GOOS).$(shell go env GOARCH) +binarys = bin/ice.bin all: def @echo && date diff --git a/src/main.shy b/src/main.shy index 346e4498..d8d78a25 100644 --- a/src/main.shy +++ b/src/main.shy @@ -41,7 +41,4 @@ chapter "项目开发" source "../usr/icebergs/misc/node/vue.shy" source "../usr/icebergs/misc/java/spring.shy" source "../usr/icebergs/core/chat/oauth/oauth.shy" -source "../usr/golang-story/src/grafana/grafana.shy" -source "../usr/golang-story/src/prometheus/prometheus.shy" -source "../usr/golang-story/src/kubernetes/kubernetes.shy"