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