lean4-htt/test/75/foo/lakefile.lean
2022-10-18 21:34:51 -04:00

15 lines
201 B
Text

import Lake
open Lake DSL
package foo {
-- add package configuration options here
}
lean_lib Foo {
-- add library configuration options here
}
@[default_target]
lean_exe foo {
root := `Main
}