chore(make): suppress output when copying git hooks directory

This commit is contained in:
Levente Polyak 2023-12-19 20:27:01 +01:00
parent 3933f20001
commit 2a1e8aebaf
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 1 deletions

View File

@ -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)