1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 22:46:47 +00:00

Makefile: add clean PHONY target

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-11 15:15:42 +08:00
父节点 6d50645ddb
当前提交 3562907af9

查看文件

@@ -22,4 +22,7 @@ test:
build-test-worker: build-test-worker:
go test -c -covermode=count ./worker go test -c -covermode=count ./worker
.PHONY: all test $(BUILDBIN) build-test-worker clean:
rm -rf build-$(ARCH)
.PHONY: all test $(BUILDBIN) build-test-worker clean