rnd-20030313-1-src
[rocksndiamonds.git] / Makefile
index 03809fd4fdbd61d1c04bf8171ef64033fe5cf955..ea7b1525e1dbbaadc35142d61dbcbb4b23100a80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,11 +88,7 @@ clean:
 #-----------------------------------------------------------------------------#
 
 auto-conf:
-       ./Scripts/create_element_defs.pl --graphics > src/conf_gfx.h
-       ./Scripts/create_element_defs.pl --sounds   > src/conf_snd.h
-       ./Scripts/create_element_defs.pl --chars    > src/conf_chr.c
-       ./Scripts/create_element_defs.pl --custom   > src/conf_cus.c
-       ./Scripts/create_element_defs.pl --el2gfx   > src/conf_e2g.c
+       @$(MAKE_CMD) auto-conf
 
 run:
        @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose