perkeep/build/print-go-osarch.Make

8 lines
87 B
Makefile

include $(GOROOT)/src/Make.inc
all:
@echo "GOOS=$(GOOS)"
@echo "GOARCH=$(GOARCH)"