Simplify clean

This commit is contained in:
retropikzel 2025-11-09 08:50:49 +02:00
parent 6f3e466c66
commit f75193ea9b
1 changed files with 1 additions and 6 deletions

View File

@ -48,9 +48,4 @@ test-docker: ${TMPDIR}
sh -c "make SCHEME=${SCHEME} test; chmod -R 755 ${TMPDIR}"
clean:
find . -name "README.html" -delete
rm -rf ${TMPDIR}
rm -rf *.tgz
clean-all:
rm -rf tmp
git clean -X -f