Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
derchrisuk committed Apr 8, 2021
1 parent 5f39926 commit f782760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ srtrelay:
mkdir -p $$(pwd)/gopath
HOME=$$(pwd) GOPATH=$$(pwd)/gopath go build -o srtrelay

install: talkiepi
install: srtrelay
mkdir -p $$(pwd)/debian/srtrelay/usr/local/bin
install -m 0755 srtrelay $$(pwd)/debian/srtrelay/usr/local/bin

0 comments on commit f782760

Please sign in to comment.