mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Clean script (clearing all subdirectories)
This commit is contained in:
parent
6bf12118bf
commit
bd37abb1a0
1 changed files with 2 additions and 4 deletions
6
clean.sh
6
clean.sh
|
|
@ -1,9 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f units/i386-linux-gtk2/*
|
||||
rm -f units/i386-linux-qt/*
|
||||
rm -f units/x86_64-linux-gtk2/*
|
||||
rm -f units/x86_64-linux-qt/*
|
||||
# Clean up output directories
|
||||
rm -f units/*/*
|
||||
|
||||
# Clean up components output directories
|
||||
rm -rf components/chsdet/lib/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue