4 Star 6 Fork 2

鸿则/8052-clock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿则 提交于 2018-03-04 21:31 +08:00 . 添加设置时间日期功能
DIST_PATH = ./build
main.hex: main.ihx
packihx $(DIST_PATH)/main.ihx > $(DIST_PATH)/main.hex
main.ihx:
sdcc -o $(DIST_PATH)/main.ihx main.c
flash:
sudo stcflash.py $(DIST_PATH)/main.hex
clean:
rm $(DIST_PATH)/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hungtcs/8052-clock.git
git@gitee.com:hungtcs/8052-clock.git
hungtcs
8052-clock
8052-clock
master

搜索帮助