Had to remove leading tab, was causing build issues

pull/135/head
Jim Jacobsen 2015-12-06 19:01:47 +00:00
rodzic 73cec0a220
commit 5886a411ee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
ifeq "$(CIRCLECI)" "true"
#
else
$(if $(GOROOT),,$(error GOROOT is not set!))
$(if $(GOROOT),,$(error GOROOT is not set!))
endif
SRCS = $(wildcard *.go)