add some missing --no-link flags
This commit is contained in:
parent
1e7a6cf01f
commit
77c1492cad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -14,7 +14,7 @@ quox-tests:
|
||||||
|
|
||||||
.PHONY: lib
|
.PHONY: lib
|
||||||
lib:
|
lib:
|
||||||
nix build '.#quox-lib'
|
nix build --no-link '.#quox-lib'
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
@ -22,7 +22,7 @@ test:
|
||||||
|
|
||||||
.PHONY: prove
|
.PHONY: prove
|
||||||
prove:
|
prove:
|
||||||
nix build '.#quox-tests'
|
nix build --no-link '.#quox-tests'
|
||||||
prove $$(nix path-info '.#quox-tests')/bin/quox-tests
|
prove $$(nix path-info '.#quox-tests')/bin/quox-tests
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in a new issue