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
76dbec667e3452f52eaba08bd8ab8cecb1e5ff73
Authored by
Georg Hopp
2018-10-03 13:43:33 +0200
1 parent
1c0a8fcd
build: skipped
Fix variable dependencies
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
76dbec6
...
...
@@ -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.new
15
+
.PHONY
:
all clean
16
16
17
17
all
:
$(LIBRARY)
18
18
...
...
Please
register
or
login
to post a comment