added missing Makefile to fully build/clean graphics files (finally)
authorHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 16:07:11 +0000 (17:07 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 16:07:11 +0000 (17:07 +0100)
graphics/Makefile [new file with mode: 0644]

diff --git a/graphics/Makefile b/graphics/Makefile
new file mode 100644 (file)
index 0000000..9e7b3d4
--- /dev/null
@@ -0,0 +1,29 @@
+# =============================================================================
+# Rocks'n'Diamonds - McDuffin Strikes Back!
+# -----------------------------------------------------------------------------
+# (c) 1995-2015 by Artsoft Entertainment
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
+# -----------------------------------------------------------------------------
+# graphics/Makefile
+# =============================================================================
+
+# -----------------------------------------------------------------------------
+# configuration
+# -----------------------------------------------------------------------------
+
+GFX_CLASSIC_DIR = gfx_classic
+
+
+# -----------------------------------------------------------------------------
+# build targets
+# -----------------------------------------------------------------------------
+
+all: gfx_classic_dir
+
+gfx_classic_dir:
+       @$(MAKE) -C $(GFX_CLASSIC_DIR)
+
+clean:
+       @$(MAKE) -C $(GFX_CLASSIC_DIR) clean