mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
all:
|
|
cc tlcp_get.c url_parser.c -lgmssl -o tlcp_get
|
|
cc tlcp_post.c url_parser.c -lgmssl -o tlcp_post
|
|
|
|
clean:
|
|
rm -fr tlcp_get
|
|
rm -fr tlcp_post
|
|
|