Toggle navigation
Sign in
golang
/
version
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a411284ec7788ca6b0a4f0207a83893a072ec1ea
Authored by
Georg Hopp
2018-10-02 23:44:55 +0200
1 parent
9c60c2a4
build: skipped
.version is not phony
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
a411284
...
...
@@ -12,7 +12,7 @@ GOARCH = $(shell go env GOARCH)
12
12
13
13
LIBRARY
=
$(GOPATH)
/pkg/
$(GOOS)
_
$(GOARCH)
/
$(PACKAGE)
.a
14
14
15
-
.PHONY
:
all clean
.version
15
+
.PHONY
:
all clean
16
16
17
17
all
:
$(LIBRARY)
18
18
...
...
Please
register
or
login
to post a comment