urbit/Makefile
benjamin-tlon 3c3f7e761e
Misc cleanup blocking CC-Release. (#1249)
* Move extraneous stuff out of pkg/urbit/*
* s/urb/herb/g
* Removed some boilerplate for `urbit` builds.
* Build urbit tests and run them in the nix build.
2019-04-24 17:27:27 -07:00

27 lines
472 B
Makefile

PKGS = minima extrema rusthello prog
################################################################################
.PHONY: build build-all install release test 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
release:
sh/release urbit linux32
sh/release urbit linux64
sh/release urbit darwin
test:
sh/test
clean:
rm -rf ./out ./work
rm -f result result-*