fix: workdir path error

This commit is contained in:
deepzz0
2021-05-08 10:54:21 +08:00
parent 79ac024312
commit c18f3b7da9
7 changed files with 40 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ dist:
# clean
clean:
@rm -rf bin && rm *.tar.gz
@rm -rf bin && rm -f *.tar.gz && rm -f backend
# protoc
protoc: