提交 c7fcf9ee 编写于 作者: Z zhaoyanggh

makefile

上级 de59ed95
...@@ -19,9 +19,9 @@ exe: ...@@ -19,9 +19,9 @@ exe:
gcc $(CFLAGS) ./apitest.c -o $(ROOT)apitest $(LFLAGS) gcc $(CFLAGS) ./apitest.c -o $(ROOT)apitest $(LFLAGS)
clean: clean:
rm $(ROOT)asyncdemo rm -f $(ROOT)asyncdemo
rm $(ROOT)demo rm -f $(ROOT)demo
rm $(ROOT)prepare rm -f $(ROOT)prepare
rm $(ROOT)stream rm -f $(ROOT)stream
rm $(ROOT)subscribe rm -f $(ROOT)subscribe
rm $(ROOT)apitest rm -f $(ROOT)apitest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册