chore: fix clean target in makefile

This commit is contained in:
Robert Kaussow 2021-12-21 10:48:12 +01:00
parent c6b8b1394e
commit 015ac120e8
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)