aboutsummaryrefslogtreecommitdiff
path: root/Shared.makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile tweaksBenoit Germain2025-04-141-1/+1
|
* More work on MakefilesBenoit Germain2025-03-131-0/+115
* renamed makefiles: - Shared.mk → Shared.makefile - src/Makefile → src/Lanes.makefile - unit_tests/Makefile → unit_tests/UnitTests.makefile - deep_userdata_example/Makefile → deep_userdata_example/DUE.makefile * Add a makefile for deep_userdata_example * added a target 'unit_tests' to build them (not running them yet) * plus some minor internal improvements