cosmetics
This commit is contained in:
parent
c3e4954e3a
commit
fd3a159611
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -6,7 +6,6 @@ build: ## make build # builds an optimized version of the website in $(DESTDIR)
|
||||||
@echo "----- Generating site -----"
|
@echo "----- Generating site -----"
|
||||||
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR) --cacheDir $(CACHEDIR)
|
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR) --cacheDir $(CACHEDIR)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: ## make clean # removed all $(DESTDIR) contents
|
clean: ## make clean # removed all $(DESTDIR) contents
|
||||||
@echo "----- Cleaning old build -----"
|
@echo "----- Cleaning old build -----"
|
||||||
|
|
Loading…
Add table
Reference in a new issue