summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-03-22 10:44:10 -0700
committerStephen <stephen@egroat.com>2018-03-22 15:14:52 -0700
commit3c784ce8b4c721a47ea65b72a6f18dbdd1762954 (patch)
treea2505fa9968bfb88f6b286dc36564b6ab21ec460 /Makefile
parent35dd3f2432471f23dddb0d9ef11fd9b6dfd1c71b (diff)
Create .travis.yml
Add link to allow forks to use local resources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 156a210..48011e3 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,4 @@ release/$(APP)_$(VERSION)_linux_x86_64.zip: binaries/linux_x86_64/$(APP)
cd ./binaries/linux_x86_64 && zip -r -D ../../release/$(APP)_$(VERSION)_linux_x86_64.zip $(APP)
binaries/linux_x86_64/$(APP): $(GOFILES)
- GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_x86_64/$(APP) ./cmd/$(APP) \ No newline at end of file
+ GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_x86_64/$(APP) ./cmd/$(APP)