diff --git a/Makefile b/Makefile index 45d47ce..f5135dd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ quox-tests: .PHONY: lib lib: - nix build '.#quox-lib' + nix build --no-link '.#quox-lib' .PHONY: test test: @@ -22,7 +22,7 @@ test: .PHONY: prove prove: - nix build '.#quox-tests' + nix build --no-link '.#quox-tests' prove $$(nix path-info '.#quox-tests')/bin/quox-tests .PHONY: clean