Files
GmSSL/demos/otp/Makefile
2016-05-16 20:38:44 +02:00

6 lines
112 B
Makefile

all:
gcc mkgen.c ../../libcrypto.a -o mkgen
gcc tkgen.c ../../libcrypto.a -o tkgen
clean:
rm -fr mkgen tkgen