From 96537f11c5c3f80f964449aa0c5d5e5cfe29aba2 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 19 Jun 2022 20:02:38 +0800 Subject: [PATCH] opt some --- Makefile | 2 +- src/main.shy | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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"