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

12 lines
175 B
Text

import Lake
open Lake DSL
package tba {
-- add package configuration options here
}
@[default_target]
lean_lib TBA := {
name := `TBA
globs := #[.andSubmodules `TBA]
}