Slight addition to Makefile

This commit is contained in:
Nox Sluijtman 2022-09-11 13:32:29 +02:00
parent 34f33191a7
commit df97a47a0b

View file

@ -7,7 +7,7 @@ push: $(target)
$(target): build
mv $(src) $(target)
build:
build: clean
hugo
clean: