urbit/Makefile

32 lines
435 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 --no-out-link
2019-03-05 03:43:53 +03:00
install:
nix-env -f . -iA urbit
2019-03-05 03:43:53 +03:00
release:
sh/release
2019-03-05 03:43:53 +03:00
test:
nix-build -A urbit-tests --no-out-link
2019-03-05 03:43:53 +03:00
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-*
fmt:
sh/fmt