X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=4616aecbbd344b4813112dead55e56d8f016479c;hp=65fa30286724f89247368ec3ba4a8a4cdfd853dc;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hpb=e8bffba310b8b33e441a952335273665c07eb4a5 diff --git a/Makefile b/Makefile index 65fa3028..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: @@ -28,7 +24,15 @@ clean: $(MAKE_CMD) clean backup: - ./scripts/make_backup.sh + ./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