Skip to content

Commit

Permalink
Makefile adjusted.
Browse files Browse the repository at this point in the history
  • Loading branch information
EgeBalci committed Jul 22, 2024
1 parent 36417a9 commit f1e7425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CROSS=cross build --release
default:
${BUILD}
static:
${FLAGS} ${BUILD}
${FLAGS} ${BUILD} --target x86_64-unknown-linux-musl
nightly:
${NIGHTLY_FLAGS} ${BUILD}
windows:
Expand Down

0 comments on commit f1e7425

Please sign in to comment.