X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a9f144109410636cde3941b9fc1764a8a99ba590;hp=3e03456bb89f7c0ffe20260e2dc1d7716820adfd;hb=b8f3395f07c7a7c044384893c751f9b486d8f0d9;hpb=a4e95e0a6d4b53732ea0a585be0b6df55ae41e42 diff --git a/Makefile b/Makefile index 3e03456b..a9f14410 100644 --- a/Makefile +++ b/Makefile @@ -21,12 +21,12 @@ CC = gcc # (this must be set to "gmake" for some systems) MAKE = make -# directory for read-only game data (like graphics, sounds, levels) +# 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 = . +# BASE_PATH = . # use the following setting for Debian / Ubuntu installations: -# RO_GAME_DIR = /usr/share/games/rocksndiamonds +# BASE_PATH = /usr/share/games/rocksndiamonds # uncomment if system has no joystick include file # JOYSTICK = -DNO_JOYSTICK