diff --git a/Makefile b/Makefile index a75d5a5c..24b98b98 100644 --- a/Makefile +++ b/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