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
6c3050fa54574fe080599df5a167dad5a2acf391
Authored by
Georg Hopp
2018-10-02 23:43:43 +0200
1 parent
8b5c8cd7
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 @
6c3050f
...
...
@@ -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