Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
Add Makefile to install lego into /usr/bin and lego_completion into
/etc/bash_completion.d
  • Loading branch information
scallopedllama committed Apr 17, 2015
1 parent 339b90c commit ba59a52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Install lego to /usr/bin and its completion into /etc/bash_completion.d
install:
install -m 755 lego /usr/bin
install -m 755 lego_completion /etc/bash_completion.d/

0 comments on commit ba59a52

Please sign in to comment.