Added update command
Change-Id: I67760f3dee2b85868aa3c318e172e7d4c7cd2d49
diff --git a/Changes b/Changes
index 378c898..629a776 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
-0.1.7 2023-02-23
+0.1.7 2023-02-28
- Add dependabot checks.
+ - Add update command.
0.1.6 2022-04-14
- Rename TOKEN_SYMBOL to TOKEN_BOUND.
diff --git a/Makefile b/Makefile
index 7fb0073..75b86b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
clean:
go clean -testcache && rm -r ./bin
+update:
+ go get -u ./... && go mod tidy
+
buildfoma:
cd src && \
foma -e "source de/tokenizer.xfst" \