lean4-htt/examples/git/lakefile.lean
2022-06-10 15:25:34 -04:00

13 lines
188 B
Text

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