garage/Makefile

14 lines
148 B
Makefile
Raw Permalink Normal View History

2021-10-04 16:27:57 +00:00
.PHONY: doc all release shell
2021-09-28 08:13:14 +00:00
all:
clear; cargo build
2020-06-30 15:18:42 +00:00
2021-09-28 08:13:14 +00:00
doc:
cd doc/book; mdbook build
release:
2021-10-04 16:27:57 +00:00
nix-build --arg release true
shell:
nix-shell