From ccc48384b7c9a3faf08e3d0214baa78e26d16bc8 Mon Sep 17 00:00:00 2001 From: alice-margatroid Date: Mon, 4 Jul 2016 19:26:51 +0200 Subject: [PATCH] Please fix your project I cannot compile it, was it really necessary to move it? --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 62e8e53..89c7c05 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # be found in the LICENSE file. VERSION = 0.2.0 -PACKAGE = github.com/michaeldv/mop/cmd/mop +PACKAGE = github.com/mop-tracker/mop/cmd/mop run: go run ./cmd/mop/main.go @@ -19,4 +19,4 @@ buildall: GOOS=freebsd GOARCH=amd64 go build $(GOFLAGS) -o ./bin/mop-$(VERSION)-freebsd-64 $(PACKAGE) GOOS=linux GOARCH=amd64 go build $(GOFLAGS) -o ./bin/mop-$(VERSION)-linux-64 $(PACKAGE) GOOS=windows GOARCH=amd64 go build $(GOFLAGS) -o ./bin/mop-$(VERSION)-windows-64.exe $(PACKAGE) - GOOS=windows GOARCH=386 go build $(GOFLAGS) -o ./bin/mop-$(VERSION)-windows-32.exe $(PACKAGE) \ No newline at end of file + GOOS=windows GOARCH=386 go build $(GOFLAGS) -o ./bin/mop-$(VERSION)-windows-32.exe $(PACKAGE)