X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a4db1d9dc90ee599842e812c5a4241e3caba8171;hb=72d9100181f212718c4cd0a6863ef3adaa8e1950;hp=82094534cd33948f2521947f2d821e5c77f5184e;hpb=4bca9bc5f299a9b287134b06e41b147f506792b4;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 82094534..a4db1d9d 100644 --- 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 @@ -94,7 +91,13 @@ dist-unix: dist-msdos: ./Scripts/make_dist.sh dos . -dist: dist-unix dist-msdos +dist-win32: + ./Scripts/make_dist.sh win . + +dist-clean: + @$(MAKE_CMD) dist-clean + +dist: dist-unix dist-msdos dist-win32 depend dep: $(MAKE_CMD) depend