Commit Graph

4 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 1122308c15
Split project into smaller Makefiles
Instead of controlling all logic from the top-level Makefile, splitting
into directory-specific Makefiles allows for:

- Better separation of concerns
- Improved compatibility with POSIX make(1)

As a possible drawback, support for out-of-tree builds has been removed,
in favour of simplicity and POSIX compatibility.
2023-07-16 00:29:42 +02:00
Ryan "Lofenyy" Medeiros 326be07b4a Added code tests. 2023-07-02 05:55:47 -06:00
Ryan "Lofenyy" Medeiros ab1dc98e60 Added copyright notices. 2023-07-01 07:18:31 -06:00
Ryan "Lofenyy" Medeiros 636e3d5790 Set up testing files. Planning to refactor a LOT of code. 2023-07-01 03:19:17 -06:00