lean4-htt/test/75/foo/lakefile.lean
2022-06-16 02:12:40 -04:00

15 lines
200 B
Text

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