15 lines
200 B
Text
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
|
|
}
|