Skip to content

Commit

Permalink
Add install and uninstall Makefile targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Caudill committed Apr 17, 2013
1 parent 0596bad commit 6e07889
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ clean:
rm temper

install:
echo TODO!
install temper /usr/local/bin

uninstall:
rm -f /usr/local/bin/temper
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Install intructions (Debian / Ubuntu)

make

3. Install:

sudo make install

4. Uninstall

sudo make uninstall


Usage instructions
==================
Expand Down

0 comments on commit 6e07889

Please sign in to comment.