Small touches

This commit is contained in:
Nox Sluijtman 2022-08-18 15:28:04 +02:00
parent 0113fbd9cd
commit 6bd498fb39
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@ build:
hugo
clean:
rm -rf $(target)
rm -rf $(src) $(target)
.PHONY := build push clean