1 Star 0 Fork 2

Genicre / soft_timer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 124 Bytes
一键复制 编辑 原始数据 按行查看 历史
Genicre 提交于 2023-04-04 18:52 . init
.PHONY : all clean
all:
@gcc unit_test.c soft_timer.c -o unit_test.out
@echo "build"
clean:
@rm -f unit_test.out
C
1
https://gitee.com/Genicre_wang/soft_timer.git
git@gitee.com:Genicre_wang/soft_timer.git
Genicre_wang
soft_timer
soft_timer
master

搜索帮助