diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: doc +.PHONY: doc all release shell all: clear; cargo build @@ -7,4 +7,7 @@ doc: cd doc/book; mdbook build release: - RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features + nix-build --arg release true + +shell: + nix-shell |