Skip to content

Commit

Permalink
Rename make inertia to make cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jun 16, 2018
1 parent c9012a5 commit 3eb7bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VPS_VERSION = latest
VPS_OS = ubuntu
RELEASE = test

all: prod-deps inertia
all: prod-deps cli

# List all commands
.PHONY: ls
Expand All @@ -29,12 +29,12 @@ dev-deps:
bash test/lint_deps.sh

# Install Inertia with release version
.PHONY: inertia
.PHONY: cli
inertia:
go install -ldflags "-X main.Version=$(RELEASE)"

# Install Inertia with git tag as release version
.PHONY: inertia-tagged
.PHONY: cli-tagged
inertia-tagged:
go install -ldflags "-X main.Version=$(TAG)"

Expand Down

0 comments on commit 3eb7bbc

Please sign in to comment.