X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=16c6cd6ac003387bca848dd9a580404d65d77a88;hb=8c3a8e72f2bebc6a732f11cac24a4f3ca21dd730;hp=dd6896bf53b9e7fee6491fe1431495fd3a87f080;hpb=3607ef8e4000754063935d908053d564de92c0a2;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index dd6896bf..16c6cd6a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -136,6 +136,7 @@ SRCS = main.c \ conf_gfx.c \ conf_snd.c \ conf_mus.c \ + conf_dem.c \ init.c \ config.c \ events.c \ @@ -153,6 +154,7 @@ OBJS = main.o \ conf_gfx.o \ conf_snd.o \ conf_mus.o \ + conf_dem.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