diff --git a/Makefile b/Makefile index 40c323847e6..d2e8dce2ba2 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ setlink-%: # For compatibility with the previous layout mkdir -p bin ln -Trsf out/bin/fstar.exe bin/fstar.exe - ln -Trsf out/bin/get_fstar_z3.sh bin/get_fstar_z3.sh + ln -Trsf .scripts/get_fstar_z3.sh bin/get_fstar_z3.sh stage1: $(INSTALLED_FSTAR1_FULL_EXE) 1: stage1