This commit is contained in:
Ramiro Paz
2026-05-11 12:34:55 -03:00
parent 45fad9de6c
commit 99c7f8ccb0
8 changed files with 69 additions and 49 deletions

View File

@ -64,6 +64,9 @@ linux-build: check-env swag # Build a linux version for prod environment. Set e=
deploy: # Deploy to remote server. Set e=environment: prod, dev, demo, open-demo; s=serverName; i=instance; e.g. make deploy e=dev s=nonprodFix i=dpl
make build e=$(e) && qscp build/out/distribution/qfixdpl.gz $(s):/home/quantex/qfixtb/dpl/
open-demo:
make deploy e=open-demo s=nonprodFix
fmt: download-versions # Apply the Go formatter to the code
cd tools/check; unset GOPATH; GOBIN=$$PWD/../bin go install mvdan.cc/gofumpt@$(call get_version,gofumpt);
@echo "running fmt..."