Skip to content

Commit dd9cc32

Browse files
committed
add stats target
1 parent 5820829 commit dd9cc32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ check:
4242
.PHONY: drill
4343
drill:
4444
hashcards drill Cards --card-limit=10
45+
46+
.PHONY: stats
47+
stats:
48+
hashcards stats Cards --format=json

0 commit comments

Comments
 (0)