chore: remove old name healthcheck

This commit is contained in:
张泊明518370910136 2024-10-22 06:58:48 -04:00
parent 35f0f5c829
commit 469678e999
GPG Key ID: D47306D7062CDA9D

View File

@ -12,7 +12,6 @@ all: build
build:
$(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);)
cp ./build/repo-health-checker ./build/healthcheck
clean:
rm -rf $(BUILD_DIR)/*