Skip to content

Commit

Permalink
Merge pull request #3 from pconcepcion/fix_makefile
Browse files Browse the repository at this point in the history
Fixed assets directory on Makefile
  • Loading branch information
o1egl committed Mar 13, 2018
2 parents 8bc39f0 + 099bae1 commit 7b91520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ clean:
rm -rf build/

assets:
go-bindata -nomemcopy -pkg bindata -o ./bindata/bindata.go -ignore "(.+)\.go" store/...
go-bindata -nomemcopy -pkg bindata -o ./bindata/bindata.go -ignore "(.+)\.go" data/...

$(PLATFORMS):
GOOS=$(os) GOARCH=$(arch) go build -ldflags "-X main.version=${VERSION}" -o 'build/govatar$(ext)' github.com/o1egl/govatar/govatar
Expand Down

0 comments on commit 7b91520

Please sign in to comment.