mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-12 03:16:25 +08:00
12 lines
145 B
Makefile
12 lines
145 B
Makefile
all:
|
|
#gcc skf.c libskf.so -o skf
|
|
gcc skf.c -DUSE_GMAPI -lcrypto -o skf-gmapi
|
|
|
|
test:
|
|
#./skf
|
|
./skf-gmapi
|
|
|
|
clean:
|
|
rm -fr skf
|
|
rm -fr skf-gmapi
|