shrub/Makefile

35 lines
478 B
Makefile
Raw Normal View History

.PHONY: build build-all install cross release test pills ropsten-pills clean
2019-03-05 03:43:53 +03:00
build:
nix-build -A urbit -A herb --no-out-link
2019-03-05 03:43:53 +03:00
build-all:
nix-build --no-out-link
2019-03-05 03:43:53 +03:00
install:
nix-env -f . -iA urbit -iA urbit-debug -iA herb
2019-03-05 03:43:53 +03:00
cross:
sh/cross
2019-03-05 03:43:53 +03:00
release:
sh/release
2019-03-05 03:43:53 +03:00
test:
sh/test
2019-05-09 10:32:51 +03:00
pills:
sh/update-solid-pill
sh/update-brass-pill
2019-07-20 02:05:46 +03:00
sh/update-ivory-pill
2019-05-09 10:32:51 +03:00
ropsten-pills:
sh/create-ropsten-pills
interface:
sh/build-interface
2019-03-05 03:43:53 +03:00
clean:
rm -rf ./out ./work
rm -f result result-*