From 4453484811740ba55ecbd8ebbcaf4d4a6da07b8b Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Wed, 1 Feb 2023 08:19:49 +0100 Subject: [PATCH] Indents newlines --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index adf7230..dc38873 100644 --- a/Makefile +++ b/Makefile @@ -77,8 +77,8 @@ dist: build_linux build_win mkdir -p dist/$(DISTDIR)-windows-amd64/bin-windows-amd64 cp README.md dist/$(DISTDIR)-windows-amd64 cp bin-windows-amd64/csaf_uploader.exe bin-windows-amd64/csaf_validator.exe \ -bin-windows-amd64/csaf_checker.exe bin-windows-amd64/csaf_downloader.exe \ -dist/$(DISTDIR)-windows-amd64/bin-windows-amd64/ + bin-windows-amd64/csaf_checker.exe bin-windows-amd64/csaf_downloader.exe \ + 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