From 2a1e8aebaf8e883270b617a743668e34b6db3d92 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Tue, 19 Dec 2023 20:27:01 +0100 Subject: [PATCH] chore(make): suppress output when copying git hooks directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afdb602..d16d921 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ conf: @install -d $(BUILDDIR)/pacman.conf.d @cp -a $(PACMAN_CONFIGS) $(BUILDDIR)/pacman.conf.d @install -d $(BUILDDIR)/git.conf.d - cp -a $(GIT_CONFIGS) $(BUILDDIR)/git.conf.d + @cp -a $(GIT_CONFIGS) $(BUILDDIR)/git.conf.d clean: rm -rf $(BUILDDIR)