From 1ec719cde32acebfaf198acb284ee31e0b399f14 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 23 Feb 2023 13:33:45 -0500 Subject: build: Use silent rules by default The xcftools custom makefile is still noisy as hell, though. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c10b5e4..83ff962 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,7 @@ dist-hook: fi .xcf.png: - $(XCF2PNG) -f -o $@ $< + $(AM_V_GEN)$(XCF2PNG) -f -o $@ $< include $(top_srcdir)/src/local.mk include $(top_srcdir)/data/local.mk -- cgit v0.9.1