From 117fcb1ee915f231699d5793db4cb0bc97e6b10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 3 May 2025 10:39:52 +0200 Subject: [PATCH] chore: makefile: hide glib-compile-resources call --- GNUmakefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.template b/GNUmakefile.template index 4f24af9..fa5943c 100644 --- a/GNUmakefile.template +++ b/GNUmakefile.template @@ -139,7 +139,7 @@ dvdisaster: $(OFILES) $(BUILDTMP)/inlined-icons.c: icons/icons.gresource.xml icons/cd.svg icons/close.svg icons/create.svg icons/fix-symbolic.svg icons/log.svg icons/manual.svg icons/open-ecc.svg icons/open-img.svg icons/preferences.svg icons/quit.svg icons/read-symbolic.svg icons/scan-symbolic.svg icons/stop.svg icons/strip.svg icons/verify-symbolic.svg @echo "Generating:" $(ICONS) - glib-compile-resources --generate-source --target=$(ICONS) --sourcedir=icons icons/icons.gresource.xml + @glib-compile-resources --generate-source --target=$(ICONS) --sourcedir=icons icons/icons.gresource.xml $(BUILDTMP)/rs-encoder-sse2.o: src/rs-encoder-sse2.c @echo "Compiling:" src/rs-encoder-sse2.c