1 Star 0 Fork 3

mwpan/stateMachine_1

forked from 宋运奇/stateMachine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiren1118 提交于 2014-02-23 09:44 . add make file
default: clean dist run
dist:
mkdir bin/
gcc -std=c99 -I src src/stateMachine.c examples/stateMachineExample.c -o bin/example
run:
./bin/example
clean:
rm -rf bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/panmw/stateMachine_1.git
[email protected]:panmw/stateMachine_1.git
panmw
stateMachine_1
stateMachine_1
master

搜索帮助