X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=538f6c04fcb06a43fe47290175d6317c154bef8f;hb=91d08fad2fcec7e2b5931b4f336a89d14af313dd;hp=ba4919350141d08f5c9e2e27359db0935b256cd3;hpb=38c26472a6e9f0f037ddfe535d3919c00772b26f;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index ba491935..538f6c04 100644 --- a/Makefile +++ b/Makefile @@ -88,11 +88,12 @@ 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 + ./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 run: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose