rnd-20001210-2-src
[rocksndiamonds.git] / Makefile
index 82094534cd33948f2521947f2d821e5c77f5184e..e058339a40bac9af41053072f94398e98e231dc5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,6 @@ X11_PATH = /usr/X11
 # uncomment this if your system has no joystick include file
 # JOYSTICK = -DNO_JOYSTICK
 
-# uncomment this if your system has no sound
-# SOUNDS = -DNO_SOUNDS
-
 # choose if you want to allow many global score file entries for one player
 # default is 'MANY_PER_NAME'
 # when installing the game in a multi user environment, choose this
@@ -51,7 +48,7 @@ SRC_DIR = src
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
 
 all:
-       @$(MAKE_CMD) TARGET=sdl
+       @$(MAKE_CMD) TARGET=x11
 
 x11:
        @$(MAKE_CMD) TARGET=x11