aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:35:22 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:45 +0300
commit4a222fb479f487bc74d813287b875108469702f4 (patch)
tree541b74c22c5508ea4cca132ac5e166aad525a3ff /Makefile
parentmakefile for building easier (diff)
downloadsdp.go-4a222fb479f487bc74d813287b875108469702f4.tar.gz
sdp.go-4a222fb479f487bc74d813287b875108469702f4.tar.bz2
sdp.go-4a222fb479f487bc74d813287b875108469702f4.zip
build for arm64 instead of armv1.1.0
Diffstat (limited to 'Makefile')
-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