diff --git a/README.md b/README.md index 1701755..e40b218 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@ A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler. -== Compilation == +## Compilation + +``` +make config-release +make +``` + +### Docs + +``` +doxygen ./doxygen.config +``` + +### Tests ``` make config-default -make +make check +``` + +### Coverage + +``` +make config-coverage +make coverage-report ```