Fixed makefile

This commit is contained in:
Julien Dessaux 2021-10-28 21:22:36 +02:00
parent 3f21863633
commit 00acbaeba6

View file

@ -14,7 +14,7 @@ build: ## make build # builds an optimized version of the website in $(DESTDIR)
clean: ## make clean # removed all $(DESTDIR) contents clean: ## make clean # removed all $(DESTDIR) contents
@echo "----- Cleaning old build -----" @echo "----- Cleaning old build -----"
rm -f search/index.html search/index.json search/search rm -f search/index.html search/index.json search/search
cd $(DESTDIR) && rm -rf * rm -rf $(DESTDIR)
.PHONY: serve .PHONY: serve
serve: ## make serve # hugo web server development mode serve: ## make serve # hugo web server development mode