chore: fix clean target in makefile

This commit is contained in:
Robert Kaussow 2021-12-21 10:48:13 +01:00
parent 93b61fa754
commit 8295dc111c
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)