Skip to content
Snippets Groups Projects
Commit 1bf8c780 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use make-target-prefix

parent 33baa876
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ $(SPACK_ENV)/spack.lock: $(SPACK_ENV)/spack.yaml Makefile
$(SPACK) concretize --force --fresh
$(SPACK_ENV)/spack.mk: $(SPACK_ENV)/spack.lock Makefile
$(SPACK) env depfile --output $@ --make-prefix $(SPACK_ENV)
$(SPACK) env depfile --output $@ --make-target-prefix $(SPACK_ENV)
clean:
rm -rf $(SPACK_ENV)/spack.lock $(SPACK_ENV)/spack.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment