aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulien Dessaux2021-07-28 22:26:57 +0200
committerJulien Dessaux2021-07-28 22:27:08 +0200
commitfd3a1596112c99fb26d7fc38d129590adc709bdf (patch)
treefae7736f41fc5dfd02c8fea704f40393cdd2fcbc /Makefile
parentAdded alpine linux articles (diff)
downloadwww-fd3a1596112c99fb26d7fc38d129590adc709bdf.tar.gz
www-fd3a1596112c99fb26d7fc38d129590adc709bdf.tar.bz2
www-fd3a1596112c99fb26d7fc38d129590adc709bdf.zip
cosmetics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd60023..0465a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ build: ## make build # builds an optimized version of the website in $(DESTDIR)
@echo "----- Generating site -----"
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR) --cacheDir $(CACHEDIR)
-
.PHONY: clean
clean: ## make clean # removed all $(DESTDIR) contents
@echo "----- Cleaning old build -----"