diff --git a/Makefile b/Makefile index 0a666f9..1486ecb 100644 --- a/Makefile +++ b/Makefile @@ -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)/*