Skip to content

Commit

Permalink
Update Makefile, create bin directory if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Jun 9, 2021
1 parent 5cc26b5 commit 6c602b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test: compairr
make -C test

install: compairr test
/usr/bin/install -d $(PREFIX)/bin
/usr/bin/install -c src/compairr $(PREFIX)/bin/compairr

clean:
Expand Down

0 comments on commit 6c602b6

Please sign in to comment.