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

fix: use make-target-prefix

parent 1658bee2
No related branches found
No related tags found
1 merge request!540feat: install environment and push to buildcache with Makefile
......@@ -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.
Finish editing this message first!
Please register or to comment