From a90830b07c284ae9449fe956291b46d37bbc13be Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Thu, 2 Feb 2023 17:29:15 +0100 Subject: [PATCH] Indent Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ba9d8d..d0f6bd3 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ dist: build_linux build_win dist/$(DISTDIR)-windows-amd64/bin-windows-amd64/ mkdir -p dist/$(DISTDIR)-windows-amd64/docs cp docs/csaf_uploader.md docs/csaf_validator.md docs/csaf_checker.md \ -docs/csaf_downloader.md dist/$(DISTDIR)-windows-amd64/docs + docs/csaf_downloader.md dist/$(DISTDIR)-windows-amd64/docs mkdir dist/$(DISTDIR)-gnulinux-amd64 cp -r README.md docs bin-linux-amd64 dist/$(DISTDIR)-gnulinux-amd64 cd dist/ ; zip -r $(DISTDIR)-windows-amd64.zip $(DISTDIR)-windows-amd64/