X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=00e7695b304c300c432e5e4d28fdd875c44125fc;hb=a7c06161253796a30a0237a7f5a044f459c8cf35;hp=96e630396baff70bcf8dd2dd3a5e7e684061617d;hpb=297ee9b33dab3bca9433befc81d7c7ce91450dd0;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 96e63039..00e7695b 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,9 @@ mac: mac-static: @$(MAKE_CMD) PLATFORM=macosx TARGET=sdl-static +mac2-static: + @$(MAKE_CMD) PLATFORM=macosx TARGET=sdl2-static + msdos: @$(MAKE_CMD) PLATFORM=msdos @@ -167,7 +170,7 @@ dist-clean: @$(MAKE_CMD) dist-clean dist-build-unix: - @BUILD_DIST=TRUE $(MAKE) x11 + @BUILD_DIST=TRUE $(MAKE) dist-build-msdos: @BUILD_DIST=TRUE $(MAKE) cross-msdos