fixes
This commit is contained in:
3
Makefile
3
Makefile
@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user