Skip to content

Commit 8df0408

Browse files
committed
Moved source files to src/
1 parent c37941a commit 8df0408

File tree

7 files changed

+2
-0
lines changed

7 files changed

+2
-0
lines changed

analysis/markov/lakefile.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ open Lake DSL
66
package «linleios» where
77

88
lean_lib «Linleios» where
9+
srcDir := "src"
910

1011
@[default_target]
1112
lean_exe «linleios» where
1213
root := `Main
14+
srcDir := "src"
1315
supportInterpreter := false
1416

1517
require mathlib from git
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)