summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-09-10 20:00:20 -0400
committeryenatch <yenatch@gmail.com>2016-09-10 20:00:20 -0400
commit4eefb01b46ec85b15c7c35218afebd0395b52495 (patch)
tree19aa9132d3dffe93a8101ccea76005fd25525058
parent9da7956255480ece0bb974ff3200b1bededfe365 (diff)
Unsilence gbagfx and aif2pcm.
Use `make -s` to suppress stdout.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab535acec..2d953ef03 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@ LIBGCC := tools/agbcc/lib/libgcc.a
SHA1 := sha1sum -c
-GFX := @tools/gbagfx/gbagfx
+GFX := tools/gbagfx/gbagfx
-AIF := @tools/aif2pcm/aif2pcm
+AIF := tools/aif2pcm/aif2pcm
SCANINC := tools/scaninc/scaninc