diff --git a/linux64_exec/jewels b/linux64_exec/jewels index 9f62b0c..8d8fc2b 100755 Binary files a/linux64_exec/jewels and b/linux64_exec/jewels differ diff --git a/sources/Makefile b/sources/Makefile index bf17752..841cc8d 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -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) diff --git a/sources/config.h b/sources/config.h index 078b773..28283a5 100644 --- a/sources/config.h +++ b/sources/config.h @@ -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 diff --git a/test.html b/test.html new file mode 100644 index 0000000..3f06f8a --- /dev/null +++ b/test.html @@ -0,0 +1,10 @@ + +
+