Skip to content

Commit 7f28cf9

Browse files
committed
Mention make verify details
1 parent 3ad2629 commit 7f28cf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Other commands:
1616
answers.
1717
- `make o` - same as `make test`, but first compile the .hs file using GHC
1818
with optimizations enabled. There's also a `make o2` variant of this.
19-
- `make verify` - Run `make test`, but for all days so far, in reverse.
19+
- `make verify` - Run `make test`, but for all days so far, in reverse. Print
20+
nice and pretty stats about all the days too.
2021
- `make clean` - Clean temporary files (written to `out/`).
2122

2223
All of these are wrappers around the basic pattern of

0 commit comments

Comments
 (0)