mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
14 lines
148 B
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
|