mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
all:
|
|
cc zuc_demo.c -lgmssl -o zuc_encrypt_demo
|
|
cc zuc_demo.c -lgmssl -o zuc_decrypt_demo
|
|
|
|
clean:
|
|
rm -fr zuc_encrypt_demo
|
|
rm -fr zuc_decrypt_demo
|
|
|