Skip to content

Commit

Permalink
Added chmod 755 line to make release-static
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Mar 31, 2024
1 parent da04b09 commit f27b862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ release-static :
OCAMLPARAM='_,ccopt=-static' dune build --release bin/docfd.exe
mkdir -p statically-linked
cp -f _build/default/bin/docfd.exe statically-linked/docfd
chmod 755 statically-linked/docfd

.PHONY: tests
tests :
Expand Down

0 comments on commit f27b862

Please sign in to comment.