lean4-htt/examples/git/lakefile.lean

13 lines
179 B
Text

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