garage/Makefile

14 lines
148 B
Makefile
Raw Permalink Normal View History

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