From 7048131842c69449599d8e5e5b370b97d18dca79 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 28 Feb 2021 16:17:29 -0500 Subject: [PATCH] Add the TLS Configuration to the configuration generator --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6cc591a..24ad1b0 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ echo: @echo "$(GOPATH)" find . -path ./.go -prune -o -name "*.go" -exec gofmt -w {} \; find . -path ./.go -prune -o -name "*.i2pkeys" -exec rm {} \; + find . -path ./.go -prune -o -name "*.pem" -exec rm {} \; find . -path ./.go -prune -o -name "*.go" -exec cat {} \; | nl tag: