X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=3e113fd3012de16f7876a34450298f1d8d347dbc;hp=c944d58b08a3916d02918d7a18a26c275f186f4f;hb=89401883eeb279c7101b1c635477a9bccc123d21;hpb=cb5d2ce15259a2aea0626cfc81733563074ea591 diff --git a/Makefile b/Makefile index c944d58b..3e113fd3 100644 --- a/Makefile +++ b/Makefile @@ -22,14 +22,16 @@ CC = gcc MAKE = make # directory for read-only game data (like graphics, sounds, levels) +# (this directory is usually the game's installation directory) # default is '.' to be able to run program without installation -# RO_GAME_DIR = /usr/games +# RO_GAME_DIR = . # use the following setting for Debian / Ubuntu installations: # RO_GAME_DIR = /usr/share/games/rocksndiamonds # directory for writable game data (like highscore files) +# (if no "scores" directory exists, scores are saved in user data directory) # default is '.' to be able to run program without installation -# RW_GAME_DIR = /var/games +# RW_GAME_DIR = . # use the following setting for Debian / Ubuntu installations: # RW_GAME_DIR = /var/games/rocksndiamonds @@ -76,9 +78,6 @@ mac: cross-win32: @PATH=$(CROSS_PATH_WIN32)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-win32 -strip: - @$(MAKE_CMD) strip - clean: @$(MAKE_CMD) clean