X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=976f86bc60b6322e923e014760a404ff605caf0c;hb=5dd3c868d9df906623a5fc0ff2124655a14e3715;hp=16c6cd6ac003387bca848dd9a580404d65d77a88;hpb=cf6b3ab16571c028cdaf955bb4c737798d352486;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 16c6cd6a..976f86bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -136,7 +136,7 @@ SRCS = main.c \ conf_gfx.c \ conf_snd.c \ conf_mus.c \ - conf_dem.c \ + conf_hlp.c \ init.c \ config.c \ events.c \ @@ -154,7 +154,7 @@ OBJS = main.o \ conf_gfx.o \ conf_snd.o \ conf_mus.o \ - conf_dem.o \ + conf_hlp.o \ init.o \ config.o \ events.o \ @@ -175,6 +175,8 @@ CNFS = conf_gfx.h \ conf_chr.h \ conf_cus.c \ conf_cus.h \ + conf_grp.c \ + conf_grp.h \ conf_e2g.c \ conf_esg.c \ conf_e2s.c \