move docs to own directory

This commit is contained in:
idk
2023-01-04 05:34:29 +00:00
parent e94e17701c
commit 634f84b575
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
VERSION=0.2.30
VERSION=0.2.31
APP=reseed-tools
USER_GH=eyedeekay
CGO_ENABLED=0
@ -7,8 +7,8 @@ export CGO_ENABLED=0
PLUGIN_PORT=7671
export PLUGIN_PORT=7671
#GOOS?=$(shell uname -s | tr A-Z a-z)
#GOARCH?="amd64"
GOOS?=$(shell uname -s | tr A-Z a-z)
GOARCH?="amd64"
ARG=-v -tags netgo -ldflags '-w -extldflags "-static"'