feat: run stages and teapot in joj3 #47

Merged
张泊明518370910136 merged 8 commits from wrapper into master 2024-10-07 13:27:21 +08:00
Showing only changes of commit 801f9368d9 - Show all commits

View File

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