diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:50:50 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:50:50 +0100 |
commit | 4ff3c5d44b8f1e809c6c1d6b0fd8bad999961301 (patch) | |
tree | 1555180d23574f9c8a73031145dac81f04200777 | |
parent | 195a2e7c492560ab3945eb3cc41c75a0c884fb1d (diff) |
feat: add check to Makefile
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ .POSIX: +check: + nox + install: poetry install @@ -9,7 +12,7 @@ download: poetry run download-iam generate: - poetry run generate-emnist-lines + poetry run generate-emnist-lines poetry run generate-iam-lines poetry run generate-iam-paragraphs poetry run generate-iam-synthetic-paragraphs |