initial import

This commit is contained in:
Michael Hohn
2024-12-13 12:54:49 -08:00
committed by =Michael Hohn
commit 761322b4b8
5 changed files with 279 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: mrvaserver
mrvaserver:
# GOOS=linux GOARCH=arm64 go build
go build
clean:
rm mrvaserver