garage/Makefile

14 lines
148 B
Makefile

.PHONY: doc all release shell
all:
clear; cargo build
doc:
cd doc/book; mdbook build
release:
nix-build --arg release true
shell:
nix-shell