mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
25 stars 11 forks source link

Move the Makefile to the root of the project. #15

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

To make easier the set up of tests, moved the Makefile to the project root.

The new Makefile in the root not compiles all the .c files (except main.c) to a library libguildmud.a that will allow test to link it directly.

Also, not to impact the current build process, the src/Makefile calls Makefile printing a message saying the previous Makefile will be deprecated in the future.