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

all:
	clear; cargo build --all-features

doc:
	cd doc/book; mdbook build

release:
	nix-build --arg release true

shell:
	nix-shell