From 24c8215fa05142cc2461efacc1187ef443450af9 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 13 Mar 2025 16:09:03 +0100 Subject: More work on Makefiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- deep_userdata_example/deep_userdata_example.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deep_userdata_example/deep_userdata_example.vcxproj') diff --git a/deep_userdata_example/deep_userdata_example.vcxproj b/deep_userdata_example/deep_userdata_example.vcxproj index 74d8e76..ec40f30 100644 --- a/deep_userdata_example/deep_userdata_example.vcxproj +++ b/deep_userdata_example/deep_userdata_example.vcxproj @@ -855,7 +855,7 @@ - + -- cgit v1.2.3-55-g6feb