@ -0,0 +1,14 @@
.PHONY: multisql winCrossCompile clean
multisql:
go build ./cmd/multisql
winCrossCompile:
GOOS=windows go build ./cmd/multisql
all: multisql winCrossCompile
rmOutput:
-rm -rf output/*
clean: rmOutput
-rm multisql multisql.exe
The note is not visible to the blocked user.