Mercurial > hg > early-roguelike
diff urogue/Makefile @ 257:c4b12d2d1dcd
UltraRogue: fix various build failures.
author | John "Elwin" Edwards |
---|---|
date | Tue, 31 Jan 2017 20:33:49 -0500 |
parents | c495a4f288c6 |
children |
line wrap: on
line diff
--- a/urogue/Makefile Tue Jan 31 19:56:04 2017 -0500 +++ b/urogue/Makefile Tue Jan 31 20:33:49 2017 -0500 @@ -30,6 +30,7 @@ magic.o \ main.o \ maze.o \ + mdport.o \ memory.o \ misc.o \ monsdata.o \ @@ -55,7 +56,8 @@ verify.o \ vers.o \ weapons.o \ - wizard.o + wizard.o \ + xcrypt.o PROGRAM = ur @@ -78,6 +80,7 @@ magic.c \ main.c \ maze.c \ + mdport.c \ memory.c \ misc.c \ monsdata.c \ @@ -103,7 +106,8 @@ verify.c \ vers.c \ weapons.c \ - wizard.c + wizard.c \ + xcrypt.c MISC= Makefile README LICENSE.TXT history.txt TODO