Skip to content

Commit 20377e0

Browse files
committed
update makefile targets
1 parent cbceb49 commit 20377e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
cleanup:
2-
rm -rf extract* fat* *.tar.gz
2+
rm -rf extract* fat* *.tar.gz *.zip
33

44
build: cleanup
55
go build -o amalgam
66

77
dry-run: build
8-
./amalgam --owner manojkarthick --repo expenses --tag latest --amd64 "darwin_amd64" --arm64 "darwin_arm64" --compressed --overwrite --binary-path expenses
8+
./amalgam --owner manojkarthick --repo expenses --tag latest --amd64 "darwin_amd64" --arm64 "darwin_arm64" --compressed --overwrite
9+
10+
dry-run-rust: build
11+
./amalgam --owner manojkarthick --repo jreleaser-poc --tag latest --amd64 "x86_64-apple-darwin" --arm64 "aarch64-apple-darwin" --compressed --overwrite

0 commit comments

Comments
 (0)