Skip to content

Commit

Permalink
tweak make file
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpark committed Dec 5, 2021
1 parent 2cadf61 commit b6a7cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/notation_viewer/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ disabled = true
args = ["bundle", "--release", "--features", "inspector", "@@split(CARGO_RELEASE_ARGS, )"]
command = "cargo"

[tasks.release-native]
args = ["bundle", "--release", "--features", "native", "@@split(CARGO_RELEASE_ARGS, )"]
command = "cargo"

[tasks.release-to-amateurguitar-www]
script_runner = "@shell"
script = ["""
Expand Down

0 comments on commit b6a7cc5

Please # to comment.