This commit is contained in:
qowevisa 2024-02-23 16:33:04 +02:00
parent db92aee2be
commit 287ffac0d5

View File

@ -7,7 +7,7 @@ all: rm def
rm: rm:
rm ./bin/* 2>/dev/null || true rm ./bin/* 2>/dev/null || true
server: server.srt server.key server: server.crt server.key
go build -o ./bin/$@ ./cmd/$@ go build -o ./bin/$@ ./cmd/$@
client: ca.crt client: ca.crt