summaryrefslogtreecommitdiff
path: root/static/Makefile
blob: 1956a350848380454b1a1351dbd26ade6ebf46b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
build:
	nix-build -A build

clean:
	rm -f result
	rm -rf _site

dev:
	nix-shell -A dev

shell:
	nix-shell -A shell

lock:
	nix-shell -A depShell --run 'bundler lock; bundix; rm -rf .bundle vendor'

update:
	nix-shell -A depShell --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'