From 062e61f1ecc160a1256fcaab7cb4db12288a84d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 6 Jan 2025 13:51:13 -0300 Subject: m --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3482494..becf326 100644 --- a/Makefile +++ b/Makefile @@ -13,12 +13,12 @@ CONTRIBLANGS = .SUFFIXES: .in .in: - sed \ + @sed \ -e 's:@VERSION@:$(VERSION):g' \ -e 's:@DATE@:$(DATE):g' \ -e 's:@NAME@:$(NAME):g' \ < $< > $@ - if [ -x $< ]; then chmod +x $@; fi + @if [ -x $< ]; then chmod +x $@; fi manpages.en.in = \ @@ -40,16 +40,16 @@ tests/resources/repositories/repo-2/.git: shellcheck: - shellcheck src/gistatic.in + @shellcheck src/gistatic.in emit-index: src/gistatic - rm -rf tmp/index/ - ./src/gistatic -i -o tmp/index/ ~/dev/published/git-permalink/ ../capim/ ../libedn/ ../listatic/ ../lisp-cli/ - ln -rfs tmp/git-permalink tmp/index/git-permalink + @rm -rf tmp/index/ + @./src/gistatic -i -o tmp/index/ ~/dev/published/git-permalink/ ../capim/ ../libedn/ ../listatic/ ../lisp-cli/ + @ln -rfs tmp/git-permalink tmp/index/git-permalink emit-repo: src/gistatic - rm -rf tmp/git-permalink/ - time ./src/gistatic -o tmp/git-permalink/ -u FIXME-url-1 ~/dev/published/git-permalink/ + @rm -rf tmp/git-permalink/ + @time ./src/gistatic -o tmp/git-permalink/ -u FIXME-url-1 ~/dev/published/git-permalink/ run: shellcheck emit-index emit-repo -- cgit v1.2.3