fix: match directories for clean up

This commit is contained in:
Paul Campbell 2024-12-02 19:43:22 +00:00
parent 01807e961e
commit f98f175974

View file

@ -122,7 +122,7 @@ archive:
fi
clean:
for target in TEMP/* AAX/* AAXC/* M4B/* ; do just _clean $target ; done
for target in TEMP AAX AAXC M4B ; do just _clean $target ; done
_clean target:
if [ -f {{ target }} -o -d {{ target }} ] ; then rm -r {{ target }} ; fi