Skip to content

Commit

Permalink
added uninstall and reinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Oct 30, 2020
1 parent e0c81d8 commit 7b6fbc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ install: ts
$(INSTALL) ts $(PREFIX)/bin
$(INSTALL) -d $(PREFIX)/share/man/man1
$(INSTALL) -m 644 ts.1 $(PREFIX)/share/man/man1

uninstall:
rm -f $(PREFIX)/bin/ts
rm -f $(PREFIX)/share/man/man1/ts.1
4 changes: 4 additions & 0 deletions reinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
make clean
sudo make uninstall
make
sudo make install

0 comments on commit 7b6fbc9

Please sign in to comment.