Skip to content

Commit

Permalink
Added make install command
Browse files Browse the repository at this point in the history
  • Loading branch information
thearghyasarkar committed Mar 5, 2022
1 parent ef0571f commit 6477231
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ build:
go build -v -ldflags="-s -w" -o tulip

run:
go run main.go
go run main.go

install:
go build -v -ldflags="-s -w" -o tulip
install -Dm755 tulip /usr/bin/tulip

0 comments on commit 6477231

Please sign in to comment.