removed redundant endding semicolons

This commit is contained in:
2025-03-07 21:12:21 +09:00
parent e56c45b3bf
commit ecc1d4580f
7 changed files with 11 additions and 11 deletions

View File

@ -85,4 +85,4 @@ cmd/tls.key:
cmd/rsa.key:
openssl genrsa -traditional -out cmd/rsa.key 2048
.PHONY: clean test
.PHONY: all clean test