From 77c1492cad8f3b922b837c791dc71d19af6e1177 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 8 May 2022 19:28:49 +0200 Subject: [PATCH] add some missing --no-link flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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