Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Jun 30, 2024
1 parent 729faa8 commit cca2efb
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 @@ -13,7 +13,7 @@ release: linux
@git log $(shell git describe --tags --abbrev=0)..HEAD --oneline

win:
cargo build --target $(WINDOWS_TARGET) --release
cargo build --target $(WINDOWS_TARGET) --profile=github

linux:
cargo build --target $(LINUX_TARGET) --profile=github
Expand Down

0 comments on commit cca2efb

Please sign in to comment.