X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;h=f0d9c3ed8fda5e024402ae2e46fe02b9423d9e23;hp=12baa00ad9394378ccf09089bba3add8bb70ae0b;hb=91d08fad2fcec7e2b5931b4f336a89d14af313dd;hpb=ff2510f5098b545a03965c6b95296eec6885a4fb diff --git a/src/Makefile b/src/Makefile index 12baa00a..f0d9c3ed 100644 --- a/src/Makefile +++ b/src/Makefile @@ -176,13 +176,14 @@ $(LIBGAME): @$(MAKE) -C $(LIBDIR) conf_gfx.h: conf_gfx.c - ../Scripts/create_element_defs.pl --graphics > conf_gfx.h - ../Scripts/create_element_defs.pl --el2gfx > conf_e2g.c - ../Scripts/create_element_defs.pl --chars > conf_chr.c - ../Scripts/create_element_defs.pl --custom > conf_cus.c + ../Scripts/create_element_defs.pl --gfx > conf_gfx.h + ../Scripts/create_element_defs.pl --chr > conf_chr.c + ../Scripts/create_element_defs.pl --cus > conf_cus.c + ../Scripts/create_element_defs.pl --e2g > conf_e2g.c + ../Scripts/create_element_defs.pl --esg > conf_esg.c conf_snd.h: conf_snd.c - ../Scripts/create_element_defs.pl --sounds > conf_snd.h + ../Scripts/create_element_defs.pl --snd > conf_snd.h $(TIMESTAMP_FILE): $(SRCS) $(LIBGAME) @date '+"[%Y-%m-%d %H:%M]"' \