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