Skip to content

Commit

Permalink
Make install: make shure directory for save files exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro committed Dec 19, 2024
1 parent 58a3003 commit e7ba2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ clean:
install:
cp bin/mines-tui /usr/local/bin/
cp man/mines-tui.6 /usr/share/man/man6/
mkdir -p /var/games/mines/save/
chmod -R 777 /var/games/mines/save/

0 comments on commit e7ba2b3

Please sign in to comment.