urbit/Makefile

24 lines
316 B
Makefile
Raw Normal View History

.PHONY: build build-all install cross release test 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
clean:
2019-05-02 04:11:45 +03:00
rm -rf ./cross ./release
2019-03-05 03:43:53 +03:00
rm -f result result-*