Подготовить автономную сборку и запуск перед разделением проектов

This commit is contained in:
Александр Петров
2026-09-15 23:04:04 +03:00
parent 5323b168a7
commit 0e74aaa7ee
116 changed files with 6908 additions and 333 deletions
+8
View File
@@ -0,0 +1,8 @@
# Общая привязка примеров к установленному Sprinter-CC.
-include $(CURDIR)/../local.mk
SPRINTER_ROOT ?= $(if $(wildcard $(CURDIR)/../../bin/sprinter-cc),$(abspath $(CURDIR)/../..),)
ifeq ($(strip $(SPRINTER_ROOT)),)
$(error Задайте SPRINTER_ROOT или создайте Examples/local.mk)
endif
PROJ_ROOT := $(SPRINTER_ROOT)
include $(PROJ_ROOT)/app.mk