Merge pull request #2 from fkautz/pr_out_adding_third_party_dir_support

Adding third_party dir support
master
Anand Babu (AB) Periasamy 10 years ago
commit 999283e75d
  1. 4
      Makefile

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

Loading…
Cancel
Save