X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=9ef752b650474126770ba4e46c7dbad9420c8084;hb=42e820b32f8ff2a7f9fc6daa4e5a831e95c63ad8;hp=dd6896bf53b9e7fee6491fe1431495fd3a87f080;hpb=3607ef8e4000754063935d908053d564de92c0a2;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index dd6896bf..9ef752b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -136,6 +136,7 @@ SRCS = main.c \ conf_gfx.c \ conf_snd.c \ conf_mus.c \ + conf_hlp.c \ init.c \ config.c \ events.c \ @@ -153,6 +154,7 @@ OBJS = main.o \ conf_gfx.o \ conf_snd.o \ conf_mus.o \ + conf_hlp.o \ init.o \ config.o \ events.o \ @@ -176,7 +178,9 @@ CNFS = conf_gfx.h \ conf_e2g.c \ conf_esg.c \ conf_e2s.c \ - conf_fnt.c + conf_fnt.c \ + conf_g2s.c \ + conf_g2m.c CNFS_CMD = ../Scripts/create_element_defs.pl