aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e3507a..60dd7b8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ APP_NAME := parser
2 2
3GO := go 3GO := go
4 4
5PLATFORMS := linux/amd64 linux/arm windows/amd64 5PLATFORMS := linux/amd64 linux/arm64 windows/amd64
6 6
7all: build 7all: build
8 8