Skip to content

Commit

Permalink
Fix: make install doesn't build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV committed Mar 29, 2022
1 parent 9ce99e3 commit d7aa0c6
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 @@ -26,7 +26,7 @@ ${BINTAR}: ${BIN}

dist: ${BINTAR}

install:
install: ${BIN}
install -d ${BINPREFIX}
install ${BIN} ${BINPREFIX}

Expand Down

0 comments on commit d7aa0c6

Please sign in to comment.