mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 04:25:03 +08:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# 配置项
|
|
PWD = $(shell pwd)
|
|
|
|
SOURCE_PATH = $(PWD)/src
|
|
TARGET_PATH = $(PWD)/build/target
|
|
INSTALL_PATH = /opt/scheduler
|
|
|
|
include build/Makefile
|