We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make verify
1 parent 3ad2629 commit 7f28cf9Copy full SHA for 7f28cf9
README.md
@@ -16,7 +16,8 @@ Other commands:
16
answers.
17
- `make o` - same as `make test`, but first compile the .hs file using GHC
18
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.
+- `make verify` - Run `make test`, but for all days so far, in reverse. Print
20
+ nice and pretty stats about all the days too.
21
- `make clean` - Clean temporary files (written to `out/`).
22
23
All of these are wrappers around the basic pattern of
0 commit comments