Skip to content

Commit

Permalink
Makefile: Fix typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Dec 28, 2024
1 parent edc5f5f commit 700e891
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 @@ -482,7 +482,7 @@ help:
echo " build build the compiler and libraries, and install it in out/"
echo " test run internal tests and examples (implies build)"
echo " package build a binary package"
echo " src-archive build an OCaml source package"
echo " package-src build an OCaml source package"
echo " clean clean everything except built packages"
echo
echo "Optional arguments:"
Expand Down

0 comments on commit 700e891

Please sign in to comment.