From 96ad49f675b418245886f621481228948826e231 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 30 Dec 2021 01:15:02 +0100 Subject: [PATCH] Make `build-simple` work again --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d32c1a1..fab92649 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,8 @@ build-snapshot: build-deps goreleaser build --snapshot --rm-dist --debug build-simple: clean - mkdir -p dist/ntfy_linux_amd64 + mkdir -p dist/ntfy_linux_amd64 server/docs + touch server/docs/dummy export CGO_ENABLED=1 go build \ -o dist/ntfy_linux_amd64/ntfy \