Skip to content

Commit

Permalink
Add golang/go#68268 justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Jul 4, 2024
1 parent f22cf7d commit 5a4b4fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bencode/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build:
GOOS=windows GOARCH=amd64 go test -c -v
-rm bencode.test.upx.exe
upx -o bencode.test.upx.exe bencode.test.exe
# -rm bencode.test.upx-exact.exe
# upx --exact -o bencode.test.upx-exact.exe bencode.test.exe

copy-utm:
cp -v bencode.test*.exe ~/utm-shared

0 comments on commit 5a4b4fc

Please sign in to comment.