summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f9f074f296ae311a4929cb770609464af666be48 (plain)
1
2
3
4
5
6
7
8
9
10
all: build

build:
	nix-shell --run "emanote gen public/"

deploy: build
	rsync -arP ./public/ as:/srv/knowledge.beyermatthi.as/

watch:
	nix-shell --run "PORT=8008 emanote"