shrub/Makefile
Liam Fitzgerald c808657e2a wip
2022-01-26 22:38:18 -06:00

32 lines
436 B
Makefile

.PHONY: build build-all install cross release test pills ropsten-pills clean
build:
nix-build -A urbit --no-out-link
install:
nix-env -f . -iA urbit
release:
sh/release
test:
nix-build -A urbit-tests --no-out-link
pills:
sh/update-solid-pill
sh/update-brass-pill
sh/update-ivory-pill
ropsten-pills:
sh/create-ropsten-pills
interface:
sh/build-interface
clean:
rm -rf ./out ./work
rm -f result result-*
fmt:
sh/fmt