diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-12-19 20:27:01 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-12-19 20:27:01 +0100 |
commit | 2a1e8aebaf8e883270b617a743668e34b6db3d92 (patch) | |
tree | 9ec7e95e7abda5946b9346976a704c570be8e124 /Makefile | |
parent | 3933f200018e205ee12b0307d583c96d559ff3cf (diff) | |
download | devtools-2a1e8aebaf8e883270b617a743668e34b6db3d92.tar.xz |
chore(make): suppress output when copying git hooks directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |