Makefile: set GOOS,GOARCH defaults to kill warning

This commit is contained in:
Tim Hockin 2023-02-25 19:05:13 -08:00
parent cbedbc0ca5
commit 20ed7df894
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ VERSION ?= $(shell git describe --tags --always --dirty)
# This version-strategy uses a manual value to set the version string
#VERSION ?= 1.2.3
# Set these to cross-compile.
GOOS ?=
GOARCH ?=
# Set this to 1 to build a debugger-friendly binary.
DBG ?=