Skip to content

Commit

Permalink
記憶にとどめておくためにMakefileに残しておく
Browse files Browse the repository at this point in the history
  • Loading branch information
yamachu committed Mar 5, 2024
1 parent 7ad48aa commit 812aa23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ publish/aot/osx-arm64:
validate/memory/osx-arm64: RESULT=result.txt
validate/memory/osx-arm64:
leaks --atExit -- ./bin/Release/net8.0/osx-arm64/publish/cli Hello > $(RESULT)

run/.local: TEXT=
run/.local:
dotnet run "$(TEXT)" --resource=../../.local/voicevox_core -p CoreBasePath=../../.local/voicevox_core

0 comments on commit 812aa23

Please sign in to comment.