Skip to content

Commit

Permalink
Makefile: fix get_fstar_z3.sh link in bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 9, 2025
1 parent 1786a6d commit 852f794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 852f794

Please sign in to comment.