Files
garage/Makefile
T
Alex Auvolat fe399a3265 DeleteBucket
2022-05-12 11:02:36 +02:00

14 lines
163 B
Makefile

.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