Commit c53a6a6
committed
examples: Name exmaple exectutables "foo.exe" on Windows
We were accidentally always running the `fib-debug/main` example because of
shenanigans with alphabetical ordering and hard codeing "main.exe" as the
command we run. Now we will always compile the executable to "foo.exe" and run
that (which is similar to how we do `-o foo` on unix).1 parent 9f0ec62 commit c53a6a6
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments