Skip to content

Commit 9ad7c8d

Browse files
authored
Merge pull request #38 from dmitrylyzo/TFSThiagoBR98/fix-clean-octopus
[TFSThiagoBR98] build: do not clean untracked files
2 parents 2f285e3 + aa49c2a commit 9ad7c8d

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
@@ -384,7 +384,7 @@ clean-dist:
384384
clean-libs:
385385
rm -frv dist/libraries build/lib
386386
clean-octopus:
387-
cd src && git clean -fdx
387+
cd src && git clean -fdX
388388

389389
git-checkout:
390390
git submodule sync --recursive && \

0 commit comments

Comments
 (0)