X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;h=dcc625cf7e71c6e4fa1d75f592571b4c91687bc5;hp=6e9bd2bc91b2c1e4197e02266a63895505703a08;hb=f1f974498c1691431a5755d917f674c7cf56eb53;hpb=013e137cafaa16827d0f27e10538b6e90ee0aed0 diff --git a/src/Makefile b/src/Makefile index 6e9bd2bc..dcc625cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -140,7 +140,7 @@ SRCS = main.c \ editor.c \ files.c \ tape.c \ - cartoons.c \ + anim.c \ network.c \ netserv.c @@ -158,7 +158,7 @@ OBJS = main.o \ editor.o \ files.o \ tape.o \ - cartoons.o \ + anim.o \ network.o \ netserv.o