From b80163c35f3e90e4837531d477bdf6afb44c0949 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Thu, 2 Feb 2023 17:33:33 +0100 Subject: [PATCH] Indent multi lines in Makefile a bit more --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d0f6bd3..673d736 100644 --- a/Makefile +++ b/Makefile @@ -77,11 +77,11 @@ 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 + 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/