X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;fp=src%2Flibgame%2FMakefile;h=2eb6dda4bc8d7bdb732a1e01a12037de22b5ca4c;hb=6945f3749927053ee70b47133b2998557a452f75;hp=f9f306b6345144cd1b914e50c347a70348a99a51;hpb=fbe0eaa3234fb6a69a65136f764922e24943501d;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index f9f306b6..2eb6dda4 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -12,6 +12,7 @@ SRCS = system.c \ pcx.c \ image.c \ random.c \ + hash.c \ setup.c \ misc.c \ msdos.c \ @@ -27,6 +28,7 @@ OBJS = system.o \ pcx.o \ image.o \ random.o \ + hash.o \ setup.o \ misc.o \ msdos.o \