Skip to content

Commit eb0ba03

Browse files
TFSThiagoBR98TheOneric
authored andcommitted
build: do not clean untracked files
1 parent 3ce0643 commit eb0ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ clean-dist:
352352
clean-libs:
353353
rm -frv dist/libraries build/lib
354354
clean-octopus:
355-
cd src && git clean -fdx
355+
cd src && git clean -fdX
356356

357357
git-checkout:
358358
git submodule sync --recursive && \

0 commit comments

Comments
 (0)