Files
scheduler/Makefile
2025-07-18 09:44:45 +08:00

9 lines
145 B
Makefile

# 配置项
PWD = $(shell pwd)
SOURCE_PATH = $(PWD)/src
TARGET_PATH = $(PWD)/build/target
INSTALL_PATH = /opt/scheduler
include build/Makefile