Toggle navigation
Sign in
golang
/
logger
·
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
b547622bc32c2335b295d3d361ae80b0ae8df454
Authored by
Georg Hopp
2018-10-02 23:44:20 +0200
1 parent
2114ebe7
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 @
b547622
...
...
@@ -13,7 +13,7 @@ GOARCH = $(shell go env GOARCH)
13
13
14
14
LIBRARY
=
$(GOPATH)
/pkg/
$(GOOS)
_
$(GOARCH)
/
$(PACKAGE)
.a
15
15
16
-
.PHONY
:
all clean
.version
16
+
.PHONY
:
all clean
17
17
18
18
all
:
$(LIBRARY)
19
19
...
...
Please
register
or
login
to post a comment