aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 12:16:52 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 12:16:52 -0300
commit816d2c1b9093052557a289adb64ca94711034389 (patch)
treecd7c924b41df0a590f6faa5d939a38feabc9ff4e /Makefile
parentMakefile: Derive "EuAndreh.key" from paku.lock file (diff)
downloadpackage-repository-816d2c1b9093052557a289adb64ca94711034389.tar.gz
package-repository-816d2c1b9093052557a289adb64ca94711034389.tar.xz
Makefile: Make "debian" target silent by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1205ac4..40a5816 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ debian.mk: paku.lock
paku debian > $@
debian: debian.mk
- $(MAKE) -f debian.mk
+ @$(MAKE) -f debian.mk
homebrew: Formula