Skip to content

Commit

Permalink
色んなところに配置したvoicevox_core邪魔なのでcleanで消す
Browse files Browse the repository at this point in the history
  • Loading branch information
yamachu committed Mar 5, 2024
1 parent af1bc16 commit e0dbe25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ submodule/checkout:
@if [[ "$(COMMIT)" -eq "" ]]; then echo Needs "COMMIT args" ; exit 1 ; fi
$(MAKE) submodule/update
git submodule foreach git checkout $(COMMIT)

clean:
git clean -xde .local

0 comments on commit e0dbe25

Please sign in to comment.