X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a5b3d976bc18c017122120838fca0ac01a041943;hb=601cca5b35649856ff49e1bcb3806592b736662c;hp=538f6c04fcb06a43fe47290175d6317c154bef8f;hpb=7119b5d2e756b1ab23818ea39d19aece0563bab0;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 538f6c04..a5b3d976 100644 --- a/Makefile +++ b/Makefile @@ -88,12 +88,7 @@ clean: #-----------------------------------------------------------------------------# auto-conf: - ./Scripts/create_element_defs.pl --gfx > src/conf_gfx.h - ./Scripts/create_element_defs.pl --snd > src/conf_snd.h - ./Scripts/create_element_defs.pl --chr > src/conf_chr.c - ./Scripts/create_element_defs.pl --cus > src/conf_cus.c - ./Scripts/create_element_defs.pl --e2g > src/conf_e2g.c - ./Scripts/create_element_defs.pl --esg > src/conf_esg.c + @$(MAKE_CMD) auto-conf run: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose