urbit/Makefile
Elliot Glaysher b6b976d753 nix: don't install urbit-debug by default.
The urbit and urbit-debug derivations both produce an urbit-worker
binary, and they conflict.
2020-12-07 10:35:36 -05:00

32 lines
452 B
Makefile

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