Skip to content

Commit

Permalink
adds uninstall option
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Drodofsky authored and Julius Drodofsky committed Jan 12, 2025
1 parent a927205 commit 5d2006d
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
Expand Up @@ -20,3 +20,8 @@ install:
cp man/mines-tui.6 /usr/share/man/man6/
mkdir -p /var/games/mines/save/
chmod -R 777 /var/games/mines/save/

uninstall:
rm /usr/local/bin/mines-tui
rm /usr/share/man/man6/mines-tui.6
rm -r /var/games/mines

0 comments on commit 5d2006d

Please sign in to comment.