rnd-19981204-2
[rocksndiamonds.git] / Makefile
index 65fa30286724f89247368ec3ba4a8a4cdfd853dc..4616aecbbd344b4813112dead55e56d8f016479c 100644 (file)
--- a/Makefile
+++ b/Makefile
 # 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