aboutsummaryrefslogtreecommitdiff
path: root/src/Lanes.makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain2025-03-141-7/+4
|
* More makefile tweaksBenoit Germain2025-03-141-3/+5
|
* More work on MakefilesBenoit Germain2025-03-131-0/+69
* 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