summaryrefslogtreecommitdiff
path: root/tests/lean/misc-paper/lakefile.lean
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lean/misc-paper/lakefile.lean')
-rw-r--r--tests/lean/misc-paper/lakefile.lean14
1 files changed, 4 insertions, 10 deletions
diff --git a/tests/lean/misc-paper/lakefile.lean b/tests/lean/misc-paper/lakefile.lean
index d8affff8..75d7208e 100644
--- a/tests/lean/misc-paper/lakefile.lean
+++ b/tests/lean/misc-paper/lakefile.lean
@@ -4,15 +4,9 @@ open Lake DSL
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
-package «paper» {
- -- add package configuration options here
-}
+package «paper» {}
-lean_lib «Base» {
- -- add library configuration options here
-}
-
-lean_lib «Paper» {
- -- add library configuration options here
-}
+lean_lib «Base» {}
+@[default_target]
+lean_lib «Paper» {}