1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-12-04 14:46:22 -05:00

.deb package / minor bugfix

This commit is contained in:
untakenstupidnick 2019-04-03 02:45:06 +04:30
parent 0c2e325bc4
commit 10e3a8f404
4 changed files with 12 additions and 2 deletions

Binary file not shown.

View File

@ -26,6 +26,6 @@ uninstall:
rm $(PREFIX)/jewels $(PREFIX)/sudoku $(PREFIX)/checkers $(PREFIX)/mines $(PREFIX)/reversi $(PREFIX)/battleship $(PREFIX)/rabbithole $(PREFIX)/sos $(PREFIX)/pipes
copy_sources:
cp Makefile config.h jewels.c sudoku.c mines.c reversi.c checkers.c battleship.c rabbithole.c sos.c pipes.c $(PREFIX)
install: all
install: jewels sudoku mines reversi checkers battleship rabbithole sos pipes
cp jewels sudoku mines reversi checkers battleship rabbithole sos pipes $(PREFIX)

View File

@ -1,3 +1,3 @@
#define PP_SCORES "/usr/games/pp_scores"
#define JW_SCORES "/user/games/jw_scores"
#define JW_SCORES "/usr/games/jw_scores"
//for easier access

10
test.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<title>
I am a web developer as well!
</title>
</head>
<body>
</body>
</html>