Files
novelWriter/setup/make_clean.sh
T
2023-07-26 19:28:34 +02:00

11 lines
178 B
Bash
Executable File

#!/bin/bash
set -e
if [ ! -f pkgutils.py ]; then
echo "Must be called from the root folder of the source"
exit 1
fi
rm -rfv dist_upload
python3 pkgutils.py build-clean