mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
4 lines
79 B
Makefile
4 lines
79 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
hugo --minify --gc --enableGitInfo --cleanDestinationDir
|