Skip to content

Commit 46db4e4

Browse files
committed
rename to dsy for installation
1 parent 773298a commit 46db4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
all: build
22

33
build:
4-
go build -o bin/dsy cmd/devsyringe/main.go
4+
go build -o bin/dsy cmd/dsy/main.go
55

66
release:
7-
sudo go build -o /usr/bin/dsy cmd/devsyringe/main.go
7+
sudo go build -o /usr/bin/dsy cmd/dsy/main.go
88

File renamed without changes.

0 commit comments

Comments
 (0)