Skip to content

Commit

Permalink
fix(make): compress cli correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Apr 7, 2024
1 parent fb852ce commit d42960b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ args = [
"--best",
"--lzma",
"-o",
"./target/snops-compressed",
"./target/x86_64-unknown-linux-gnu/release/snops",
"./target/snops-cli-compressed",
"./target/x86_64-unknown-linux-gnu/release/snops-cli",
]

[tasks.build-compressed]
[tasks.build]
description = "Build and compress all binaries"
dependencies = [
"clean-compressed",
Expand Down

0 comments on commit d42960b

Please sign in to comment.