Skip to content

Commit

Permalink
Document internal Holmake function in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Dec 17, 2024
1 parent 02d5170 commit 71f1a9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/Holmake/Holmake.sml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ fun extend_with_cline_vars env =
end


(* ----------------------------------------------------------------------
get_hmf : unit -> "holmakefile data" (as per ReadHMF)
Utility function to get the Holmakefile in the current directory, but
using a cache so that any given file is only ever read once.
---------------------------------------------------------------------- *)

local
open hm_target
val base = extend_with_cline_vars (read_holpathdb())
Expand Down

0 comments on commit 71f1a9f

Please sign in to comment.