aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/DUE.makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More makefile tweaksBenoit Germain2025-03-141-11/+11
|
* More work on MakefilesBenoit Germain2025-03-131-0/+36
* 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