Skip to content

Commit

Permalink
fixes some packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 25, 2023
1 parent 85aa875 commit 2fd9ac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
REPO_NAME=railroad
export GOPATH=$(HOME)/go
GOPATH=$(HOME)/go
VERSION=0.1.3
LAST_VERSION=0.1.2
VERSION=0.1.4
LAST_VERSION=0.1.3
USER_GH=eyedeekay
CGO_ENABLED?=0

GOOS?="linux"
GOARCH?="amd64"

bin: $(GOPATH)/src/i2pgit.org/idk/railroad clean linux-releases windows-releases copy
Expand Down

0 comments on commit 2fd9ac1

Please sign in to comment.