Skip to content

Commit

Permalink
Fixing build (#24)
Browse files Browse the repository at this point in the history
* Fixing typo in makefile
* Removing android from build target again
  • Loading branch information
stefanoj3 authored Dec 31, 2018
1 parent ebeaca0 commit a9c14dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ builds:
- linux
- darwin
- openbsd
- android

goarch:
- 386
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SRC_DIRS=cmd pkg

TESTARGS=-v -race -cover

VERSION=$(shell git describe | git rev-parse HEAD)
VERSION=$(shell git describe || git rev-parse HEAD)
DATE=$(shell date +%s)
LD_FLAGS=-extldflags '-static' -X github.com/stefanoj3/dirstalk/pkg/cmd.Version=$(VERSION) -X github.com/stefanoj3/dirstalk/pkg/cmd.BuildTime=$(DATE)

Expand Down

0 comments on commit a9c14dd

Please sign in to comment.