aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove coloring from the MakefileCraig Jennings2025-11-041-42/+35
|
* feat:Makefile: Add Makefile for build and test automationCraig Jennings2025-11-041-0/+218
Introduce a Makefile to automate common tasks for the wttrin project. This includes running tests (unit and integration), validating and compiling the main file, linting, and cleaning up generated files.