X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=4616aecbbd344b4813112dead55e56d8f016479c;hp=23b693e5d8bce4846833526f6810d2740c7a7ea1;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hpb=3dc317d10b44cc6b75db10ac194966ad8114d390 diff --git a/Makefile b/Makefile index 23b693e5..4616aecb 100644 --- a/Makefile +++ b/Makefile @@ -11,14 +11,10 @@ # you shouldn't need to change anything below # #-----------------------------------------------------------------------------# -PROGNAME = rocksndiamonds -SRC_DIR = src - MAKE = make -RM = rm -f -MV = mv -f -MAKE_CMD = $(MAKE) -C $(SRC_DIR) +SRC_DIR = src +MAKE_CMD = @$(MAKE) -C $(SRC_DIR) all: @@ -30,5 +26,13 @@ clean: backup: ./Scripts/make_backup.sh +dist-unix: + ./Scripts/make_dist_unix.sh . + +dist-dos: + ./Scripts/make_dist_dos.sh . + +dist: dist-unix dist-dos + depend: $(MAKE_CMD) depend