summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-11 22:13:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-11 22:13:31 +0200
commit7cdfb62c94d3cad808bfaf198272bcfb66734711 (patch)
treee47ce6811cf6a10c87093750a8bd289139e9c49f
parentd63b7494cf27dec09896a0b5f18b2250f172609b (diff)
Add install to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec04a0b..0476f1d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,4 @@ generate:
poetry run extract-iam-text --use_words --save_text train.txt --save_tokens letters.txt
poetry run make-wordpieces --output_prefix iamdb_1kwp --text_file train.txt --num_pieces 1000
-.PHONY: download generate
+.PHONY: install download generate