Skip to content

Commit

Permalink
add update option to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikOlin committed Apr 1, 2022
1 parent 05a2a44 commit 69baba6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ install:
go install $(LDFLAGS)
cp butler-burton.1.gz $(MANPATH)/man1

## update: updates the installed app to a new version. Basically the same as install without downloading the cert-files
update:
go install $(LDFLAGS)
cp butler-burton.1.gz $(MANPATH)/man1

## build: build binary, runs 'go build' internally
build:
go build $(LDFLAGS) -o $(PROJECTNAME)
Expand Down

0 comments on commit 69baba6

Please sign in to comment.