fully self-contained

paths are pretty janky, but it works. Also, [files]/lang_files now must
be the path to a directory CONTAINING a "lang/" directory. I'll work
around this at a later date.
This commit is contained in:
Harvey Tindall
2021-02-01 18:41:45 +00:00
parent 0330540f87
commit 815bdc35ac
8 changed files with 43 additions and 65 deletions
+3 -3
View File
@@ -54,7 +54,7 @@ compile:
go1.16rc1 mod download
$(info Building)
mkdir -p build
CGO_ENABLED=0 go1.16rc1 build -o build/jfa-go *.go
cd build && CGO_ENABLED=0 go1.16rc1 build -o ./jfa-go ../*.go
compress:
upx --lzma build/jfa-go
@@ -79,5 +79,5 @@ copy:
install:
cp -r build $(DESTDIR)/jfa-go
all: configuration npm email version typescript bundle-css swagger compile copy
debug: configuration npm email version ts-debug bundle-css swagger compile copy
all: configuration npm email version typescript bundle-css swagger copy compile
debug: configuration npm email version ts-debug bundle-css swagger copy compile