X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=4616aecbbd344b4813112dead55e56d8f016479c;hp=8d50bfeac1ba6211d5d2e242de673b5dd54bfc67;hb=3d97e3d9c20a984e70dae5e63e7c5069fb136c91;hpb=be5267c86e001e1fe5f7c3ccea3453c92280f46b diff --git a/Makefile b/Makefile index 8d50bfea..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,13 +26,13 @@ clean: backup: ./Scripts/make_backup.sh -dist: dist-unix dist-dos - dist-unix: ./Scripts/make_dist_unix.sh . dist-dos: ./Scripts/make_dist_dos.sh . +dist: dist-unix dist-dos + depend: $(MAKE_CMD) depend