mindlair/Makefile
Freyja Wildes 7f7222f3f0 [init] Initial commit
Project structure and basic files.

Basic web page with a very simple style and a few links to the blog and
Shaarli.
2025-07-11 04:30:25 +02:00

7 lines
117 B
Makefile

build:
zola build
publish: build
rsync -r public/* "rain@tardis.lithio.fr:web/mindlair.fr"
.PHONY: publish build