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