chore: fix clean target in makefile

This commit is contained in:
Robert Kaussow 2021-12-21 10:48:15 +01:00
parent a0afb76766
commit d2ae35b2ec
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ doc-assets:
.PHONY: clean
clean:
rm -rf $(THEMEDIR) && \
rm -rf $(THEMEDIR)