mirror of https://github.com/perkeep/perkeep.git
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
|
||
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
all:
|
||
|
@echo "GOOS=$(GOOS)"
|
||
|
@echo "GOARCH=$(GOARCH)"
|
||
|
|