The makefiles work now.
Sorry I could fix this myself if I put my mind to it and send you a pull request like a helpful person I am just not running on a surfeit of energy of late.
Compiling rooms.c...
rooms.c:4497:12: error: static declaration of ‘generate_table_room’ follows non-static declaration
static int generate_table_room(int y1, int x1, int y2, int x2)
^~~~~~~~~~~~~~~~~~~
In file included from angband.h:52:0,
from rooms.c:14:
rooms.h:232:12: note: previous declaration of ‘generate_table_room’ was here
extern int generate_table_room(int y1, int x1, int y2, int x2);
^~~~~~~~~~~~~~~~~~~
rooms.c:4497:12: error: static declaration of ‘generate_table_room’ follows non-static declaration
static int generate_table_room(int y1, int x1, int y2, int x2)
^~~~~~~~~~~~~~~~~~~
In file included from angband.h:52:0,
from rooms.c:14:
rooms.h:232:12: note: previous declaration of ‘generate_table_room’ was here
extern int generate_table_room(int y1, int x1, int y2, int x2);
^~~~~~~~~~~~~~~~~~~
Comment