Add target for cfyne

This commit is contained in:
qowevisa 2024-07-12 20:33:27 +03:00
parent 028d1c25ac
commit 31b2707c23

View File

@ -22,6 +22,9 @@ ctui:
cgui:
go build -o ./bin/$@ ./cmd/$@
cfyne:
go build -v -o ./bin/$@ ./cmd/$@
gen_test_certs:
openssl ecparam -genkey -name prime256v1 -out server.key
openssl req -new -x509 -key server.key -out server.pem -days 3650