mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 06:03:47 +08:00
jni api
This commit is contained in:
6
engines/skf/Makefile
Normal file
6
engines/skf/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
gcc -c -Wall -Werror -fpic skf_dummy.c
|
||||
gcc -shared -o libskf_dummy.so skf_dummy.o
|
||||
clean:
|
||||
rm -fr *.o *.so *.dylib *.lib
|
||||
|
||||
Reference in New Issue
Block a user