rnd-19981204-2
[rocksndiamonds.git] / Makefile
index 23b693e5d8bce4846833526f6810d2740c7a7ea1..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:
@@ -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