Commit graph

17 commits

Author SHA1 Message Date
madmaurice dc81fcb4e5 Makefile - Add SFML as dependency 2023-09-09 22:08:23 +02:00
madmaurice 89fc62b312 Makefile - Fix default goal 2023-09-05 21:30:58 +02:00
madmaurice 720a9b4609 Makefile - Handle .d files correctly 2023-09-05 12:51:24 +02:00
madmaurice a0377959dc Makefile - Add TARGETS to clean-objs 2023-09-01 15:13:16 +02:00
madmaurice 8703edbec8 Makefile - Rework build system a bit 2023-09-01 09:28:23 +02:00
madmaurice fb65792e87 Makefile - Add vgbc.inspect to clean-objs 2023-09-01 08:36:12 +02:00
madmaurice 6e7d06299a Implement class for cartridge and rudimentary ROM inspector 2023-08-31 23:55:16 +02:00
madmaurice c4e171cb80 Makefile - Add pretty messages 2023-08-30 10:48:05 +02:00
madmaurice 52df4eae27 Rename main.c to main.cpp 2023-08-30 10:47:56 +02:00
madmaurice 45015b68fe Makefile - Remove deprecated variable test-targets 2023-08-30 00:03:44 +02:00
madmaurice 077f834c28 Makefile - Also clean test objs 2023-08-29 23:22:20 +02:00
madmaurice c2d5ca5cfc tests - Build o-files for tests
This should reduce build time when rebuilding tests
2023-08-29 23:19:13 +02:00
madmaurice a3730b868c Makefile - let objs depend on all headers 2023-08-29 23:18:51 +02:00
madmaurice 6f8f90afbe Remove verbosity for successful tests 2023-08-28 23:07:53 +02:00
madmaurice eb6faab89f Use doctest as test framework 2023-08-28 22:31:24 +02:00
madmaurice b64c82ec92 Improve build system and add support for tests 2023-08-28 21:56:54 +02:00
madmaurice ba5b55a196 WIP initial state 2023-08-26 19:04:02 +02:00