aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c0ebc07514da18c5306600fac864253c34c6de6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: doc all release shell

all:
	clear; cargo build

doc:
	cd doc/book; mdbook build

release:
	nix-build --arg release true

shell:
	nix-shell