X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=4da272c5b5d28980543322dc1ecb5335373f4406;hb=d5f5329a0cf3d0cb533fe0e1e90d4363e93889b1;hp=e058339a40bac9af41053072f94398e98e231dc5;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index e058339a..4da272c5 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,10 @@ sdl: @$(MAKE_CMD) TARGET=sdl solaris: - @$(MAKE_CMD) PLATFORM=solaris + @$(MAKE_CMD) PLATFORM=solaris TARGET=x11 + +solaris-sdl: + @$(MAKE_CMD) PLATFORM=solaris TARGET=sdl msdos: @$(MAKE_CMD) PLATFORM=msdos @@ -91,7 +94,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