diff --git a/Makefile b/Makefile index 9da2f1a..5bf0144 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ dist: zip .PHONY: clean clean: find . -type f -not \( -name "${BASENAME}.tex" -o -name "*.backup" \) -name "${BASENAME}*" -delete -print - rm -f vutinfth.cls vutinfth.pdf + rm -f vutinfth.pdf rm -f vutinfth.hd vutinfth.ind find . -type f -name '*.aux' -delete -print find . -type f -name '*.log' -delete -print