tdl/Makefile

10 lines
282 B
Makefile
Raw Normal View History

2022-09-04 20:39:45 +08:00
.PHONY: build
build:
goreleaser build --rm-dist --single-target --snapshot
@echo "go to '.tdl/dist' directory to see the package!"
.PHONY: packaging
packaging:
goreleaser release --skip-publish --auto-snapshot --rm-dist
@echo "go to '.tdl/dist' directory to see the packages!"