lean4-htt/examples/git/lakefile.lean
2022-10-18 21:34:51 -04:00

13 lines
180 B
Text

import Lake
import Lean.Meta
open System Lake DSL
package git_hello
require hello from
git "../.."/"examples"/"hello"
@[default_target]
lean_exe git_hello {
root := `Main
}