Files
RS485_10VRLY/Source/cdkws.mk
yeyangwen c05052b637 feat:提交0_10V温控继电器固件
feat:提交0_10V温控继电器固件
2026-04-02 16:39:09 +08:00

15 lines
300 B
Makefile

.PHONY: clean All Project_Title Project_Build
All: Project_Title Project_Build
Project_Title:
@echo "----------Building project:[ MD203F8P - BuildSet ]----------"
Project_Build:
@make -r -f MD203F8P.mk -j 8 -C ./
clean:
@echo "----------Cleaning project:[ MD203F8P - BuildSet ]----------"