diff options
Diffstat (limited to 'tests/lean/misc/external/lakefile.lean')
-rw-r--r-- | tests/lean/misc/external/lakefile.lean | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/lean/misc/external/lakefile.lean b/tests/lean/misc/external/lakefile.lean deleted file mode 100644 index b883f4b9..00000000 --- a/tests/lean/misc/external/lakefile.lean +++ /dev/null @@ -1,18 +0,0 @@ -import Lake -open Lake DSL - -require mathlib from git - "https://github.com/leanprover-community/mathlib4.git" - -package «external» { - -- add package configuration options here -} - -lean_lib «Base» { - -- add library configuration options here -} - -lean_lib «External» { - -- add library configuration options here -} - |