From e544ea8426e32be2342e23bb2102af3eecadf60c Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 23 Jan 2025 14:09:18 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4de3474..e4e166e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ compile: @goreleaser release --clean --skip=publish compile-snapshot: - @goreleaser release --clean --skip=publish + @goreleaser release --clean --snapshot --skip=publish clean: @rm -r dist/ \ No newline at end of file