X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=9f1e23217da1495a982230cd6eeef1709feea2a5;hb=005e27dc77775cbda39afc1daabc8d5f6011f575;hp=e97587dbc3f9ecddf1c6850dda2a833c463ae470;hpb=9c285b0e8e4d81c5559815c5f7142685ce865206;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index e97587db..9f1e2321 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,9 @@ mac: msdos: @$(MAKE_CMD) PLATFORM=msdos +os2: + @$(MAKE_CMD) PLATFORM=os2 + cross-msdos: @PATH=$(CROSS_PATH_MSDOS)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-msdos @@ -114,6 +117,9 @@ enginetestcustom: all enginetestfast: all ./Scripts/make_enginetest.sh fast +enginetestnew: all + ./Scripts/make_enginetest.sh new + backup: ./Scripts/make_backup.sh src