X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a5b3d976bc18c017122120838fca0ac01a041943;hb=b8114966908299df586165e00446f21c2ce343bb;hp=ba4919350141d08f5c9e2e27359db0935b256cd3;hpb=38c26472a6e9f0f037ddfe535d3919c00772b26f;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index ba491935..a5b3d976 100644 --- 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