lean4-htt/test/102/lakefile.lean
2022-07-11 15:45:50 -04:00

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]
}