Skip to content

Commit

Permalink
Provisional hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 23, 2015
1 parent 6eebaeb commit 548c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LDFLAGS = -w ${XFLAG_PRE}/version.Commit=${COMMIT} ${XFLAG_PRE}/version.Version=
GOCMD = go
GOBUILD = $(GOCMD) build -a -tags netgo -ldflags '$(LDFLAGS)'

GOFILES = *.go version/*.go
GOFILES = main.go version/*.go

default: carina

Expand Down

1 comment on commit 548c468

@rgbkrk
Copy link
Contributor Author

@rgbkrk rgbkrk commented on 548c468 Oct 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prior to this I was getting:

make: *** No rule to make target 'sourcing_windows.go', needed by 'carina'.  Stop.
make: *** [build-tagged-for-release] Error 2

Even though it totally existed on disk (how did the glob grab it after all?)

Please sign in to comment.