Adding third_party dir support

This commit is contained in:
Frederick F. Kautz IV 2014-11-01 15:20:59 -07:00
parent 92f7a91703
commit 26aad4eab2

View file

@ -1,4 +1,6 @@
default:
GOPATH := $(CURDIR)/third_party
all:
go build
clean: