pedini.dev/makefile

10 lines
56 B
Makefile
Raw Normal View History

2024-04-18 05:59:54 +00:00
#!make
default: build
build:
hugo
run:
hugo server