Toggle navigation
Sign in
golang
/
test
·
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
71b69fcdb3b36f1bec72afca02672c4cab2ad8d5
Authored by
Georg Hopp
2018-09-30 13:52:44 +0200
1 parent
58c902dd
Make .version run always
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
71b69fc
...
...
@@ -11,7 +11,7 @@ GOARCH = $(shell go env GOARCH)
11
11
12
12
LIBRARY
=
$(GOPATH)
/pkg/
$(GOOS)
_
$(GOARCH)
/
$(PACKAGE)
.a
13
13
14
-
.PHONY
:
all clean
14
+
.PHONY
:
all clean
.version
15
15
16
16
all
:
$(LIBRARY)
17
17
...
...
Please
register
or
login
to post a comment