Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
notifications-bot
Commits
f9b5c669
Commit
f9b5c669
authored
May 7, 2021
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix makefile
parent
a53d5251
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+19
-11
19 additions, 11 deletions
Makefile
with
19 additions
and
11 deletions
Makefile
+
19
−
11
View file @
f9b5c669
.PHONY
:
update master release setup update_master update_release build
.PHONY
:
update master release setup update_master update_release build
clean version
setup
:
setup
:
git config
--global
--add
url.
"git@gitlab.com:"
.insteadOf
"https://gitlab.com/"
git config
--global
--add
url.
"git@gitlab.com:"
.insteadOf
"https://gitlab.com/"
update
:
version
:
go run main.go generate
mv
version_vars.go cmd/version_vars.go
clean
:
rm
-rf
vendor/
rm
-rf
vendor/
go mod vendor
go mod vendor
-
GOFLAGS
=
""
go get
-u
all
update
:
-
GOFLAGS
=
""
go get all
build
:
build
:
go build ./...
go build ./...
go mod tidy
go mod tidy
update_release
:
update_release
:
GOFLAGS
=
""
go get
-u
gitlab.com/
elixxir
/primitives@release
GOFLAGS
=
""
go get gitlab.com/
xx_network
/primitives@release
GOFLAGS
=
""
go get
-u
gitlab.com/elixxir/
comm
s@release
GOFLAGS
=
""
go get gitlab.com/elixxir/
primitive
s@release
GOFLAGS
=
""
go get
-u
gitlab.com/xx_network/
primitive
s@release
GOFLAGS
=
""
go get gitlab.com/xx_network/
comm
s@release
GOFLAGS
=
""
go get
-u
gitlab.com/
xx_network
/comms@release
GOFLAGS
=
""
go get gitlab.com/
elixxir
/comms@release
update_master
:
update_master
:
GOFLAGS
=
""
go get
-u
gitlab.com/elixxir/primitives@master
GOFLAGS
=
""
go get gitlab.com/xx_network/primitives@master
GOFLAGS
=
""
go get
-u
gitlab.com/elixxir/comms@master
GOFLAGS
=
""
go get gitlab.com/elixxir/primitives@master
GOFLAGS
=
""
go get gitlab.com/xx_network/comms@master
GOFLAGS
=
""
go get gitlab.com/elixxir/comms@master
master
:
update
update_master build
master
:
clean
update_master build
version
release
:
update
update_release build
release
:
clean
update_release build
version
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment