urbit/Makefile

37 lines
521 B
Makefile
Raw Normal View History

2019-05-09 10:32:51 +03:00
.PHONY: build build-all install cross release test pills clean
2019-03-05 03:43:53 +03:00
build:
nix-build -A urbit -A herb --no-out-link
2019-12-11 10:39:52 +03:00
stack build king
build-fast:
nix-build -A urbit -A herb --no-out-link
stack build king --fast
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
interface:
sh/build-interface
2019-03-05 03:43:53 +03:00
clean:
rm -rf ./out ./work
rm -f result result-*