pedini.dev/makefile

10 lines
56 B
Makefile
Raw Normal View History

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