12 lines
174 B
Text
12 lines
174 B
Text
import Lake
|
|
open Lake DSL
|
|
|
|
package tba {
|
|
-- add package configuration options here
|
|
}
|
|
|
|
@[defaultTarget]
|
|
lean_lib TBA := {
|
|
name := `TBA
|
|
globs := #[.andSubmodules `TBA]
|
|
}
|