diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-12-28 22:32:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-12-28 22:32:59 (GMT) |
commit | 972c2951d71bbb2e25e1d5aa8197921ada1997a1 (patch) | |
tree | 906226a47f717ef7b9610fe5e300060c4085c5fc /Makefile | |
parent | aca21335f9ec65f7d3a19a7a0546a897ab84a488 (diff) |
removed legacy pool-importer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,9 +24,7 @@ GOCMD := GOPATH=$(curdir) go EXECUTEABLE := pool-import -LIBS := "github.com/vaughan0/go-ini" \ - "github.com/ziutek/mymysql/godrv" \ - "code.helsinki.at/rhrd-go/rhimport" \ +LIBS := "code.helsinki.at/rhrd-go/rhimport" \ "code.helsinki.at/rhrd-go/rddb" |