mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
11 lines
154 B
Makefile
11 lines
154 B
Makefile
all:
|
|
gcc sdf.c libsdf.so -o sdf
|
|
gcc sdf.c -DUSE_GMAPI -L /usr/local/lib -lcrypto -o sdf-gmapi
|
|
|
|
test:
|
|
./sdf-gmapi
|
|
|
|
clean:
|
|
rm -fr sdf
|
|
rm -fr sdf-gmaip
|