2025-01-23 14:03:58 +01:00
|
|
|
.PHONY: compile compile-snapshot clean
|
2025-01-20 11:53:48 +01:00
|
|
|
|
|
|
|
compile:
|
2025-01-23 14:03:58 +01:00
|
|
|
@goreleaser release --clean --skip=publish
|
|
|
|
|
|
|
|
compile-snapshot:
|
2025-01-23 14:09:18 +01:00
|
|
|
@goreleaser release --clean --snapshot --skip=publish
|
2025-01-20 11:53:48 +01:00
|
|
|
|
|
|
|
clean:
|
2025-01-23 14:03:58 +01:00
|
|
|
@rm -r dist/
|