urbit/Makefile
Paul Driver aa02d49a22 Squashed 'pkg/urcrypt/argon2/' content from commit 4da94a611
git-subtree-dir: pkg/urcrypt/argon2
git-subtree-split: 4da94a611ee62bad87ab2b131ffda3bcc0723d9c
2020-10-03 15:18:53 -07:00

35 lines
478 B
Makefile

.PHONY: build build-all install cross release test pills ropsten-pills clean
build:
nix-build -A urbit -A herb --no-out-link
build-all:
nix-build --no-out-link
install:
nix-env -f . -iA urbit -iA urbit-debug -iA herb
cross:
sh/cross
release:
sh/release
test:
sh/test
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-*