File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ clean-dist:
384
384
clean-libs :
385
385
rm -frv dist/libraries build/lib
386
386
clean-octopus :
387
- cd src && git clean -fdx
387
+ cd src && git clean -fdX
388
388
389
389
git-checkout :
390
390
git submodule sync --recursive && \
@@ -398,41 +398,41 @@ git-update: git-freetype git-fribidi git-fontconfig git-expat git-harfbuzz git-l
398
398
git-brotli :
399
399
cd lib/brotli && \
400
400
git reset --hard && \
401
- git clean -dfx && \
401
+ git clean -dfX && \
402
402
git pull origin master
403
403
404
404
git-freetype :
405
405
cd lib/freetype && \
406
406
git reset --hard && \
407
- git clean -dfx && \
407
+ git clean -dfX && \
408
408
git pull origin master
409
409
410
410
git-fribidi :
411
411
cd lib/fribidi && \
412
412
git reset --hard && \
413
- git clean -dfx && \
413
+ git clean -dfX && \
414
414
git pull origin master
415
415
416
416
git-fontconfig :
417
417
cd lib/fontconfig && \
418
418
git reset --hard && \
419
- git clean -dfx && \
419
+ git clean -dfX && \
420
420
git pull origin master
421
421
422
422
git-expat :
423
423
cd lib/expat && \
424
424
git reset --hard && \
425
- git clean -dfx && \
425
+ git clean -dfX && \
426
426
git pull origin master
427
427
428
428
git-harfbuzz :
429
429
cd lib/harfbuzz && \
430
430
git reset --hard && \
431
- git clean -dfx && \
431
+ git clean -dfX && \
432
432
git pull origin master
433
433
434
434
git-libass :
435
435
cd lib/libass && \
436
436
git reset --hard && \
437
- git clean -dfx && \
437
+ git clean -dfX && \
438
438
git pull origin master
You can’t perform that action at this time.
0 commit comments