summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 18:50:50 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 18:50:50 +0100
commit4ff3c5d44b8f1e809c6c1d6b0fd8bad999961301 (patch)
tree1555180d23574f9c8a73031145dac81f04200777
parent195a2e7c492560ab3945eb3cc41c75a0c884fb1d (diff)
feat: add check to Makefile
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0476f1d..abfd56d 100644
--- a/Makefile
+++ b/Makefile
@@ -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