mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 00:19:02 +00:00
9 lines
71 B
Makefile
9 lines
71 B
Makefile
# Recipes
|
|
@default:
|
|
just --list
|
|
|
|
start:
|
|
hugo server
|
|
|
|
build:
|
|
hugo
|