Add cgui to Makefile

This commit is contained in:
qowevisa 2024-06-07 09:47:47 +03:00
parent 4e9b0f24bb
commit 94093433af

View File

@ -19,6 +19,9 @@ testinp:
ctui:
go build -o ./bin/$@ ./cmd/$@
cgui:
go build -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