summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-15 17:48:04 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-15 17:48:04 (EDT)
commit1c1f2a73192e7fb30466c61abdc55595d70b2d36 (patch)
treefd9154ce6ba2c72c0588d5014b1c9e8df724181c /Makefile.am
parentfeced94b1eda53b5234498a4a45d2544796291fc (diff)
downloaddodge-balls-1c1f2a73192e7fb30466c61abdc55595d70b2d36.zip
dodge-balls-1c1f2a73192e7fb30466c61abdc55595d70b2d36.tar.gz
dodge-balls-1c1f2a73192e7fb30466c61abdc55595d70b2d36.tar.bz2
build: Prettify PNG generation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a32a67..afe61ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,7 +70,7 @@ version.c: $(wolfutil_OBJECTS) $(wolfutil_DEPENDENCIES)
"$(PACKAGE_VERSION_GIT)" >version.c
.xcf.png:
- $(XCF2PNG) -f -o $@ $<
+ $(AM_V_GEN)$(XCF2PNG) -f -o $@ $<
uninstall-hook:
for dir in '$(DESTDIR)$(gamesdir)'; do \