Skip to content

Commit

Permalink
build: do not clean untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
TFSThiagoBR98 committed Mar 22, 2022
1 parent 81212b2 commit dfd8dbf
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 @@ -106,7 +106,7 @@ clean-dist:
clean-libs:
rm -frv dist/libraries build/lib
clean-octopus:
cd src && git clean -fdx
cd src && git clean -fdX

git-checkout:
git submodule sync --recursive && \
Expand Down

0 comments on commit dfd8dbf

Please sign in to comment.