diff options
author | yenatch <yenatch@gmail.com> | 2017-07-08 11:49:09 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-08 11:49:09 -0400 |
commit | f37781e095f6f26498ec39e66983bc5f081aa637 (patch) | |
tree | e2b80816f3fd01d8ec3684dad41b3a587fb2b265 | |
parent | d3f99f0ea8e9a98403670ca968380993b37671d4 (diff) |
md5sum: Turn off --quiet
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ ROM := pokepinball.gbc OBJS := main.o wram.o sram.o -MD5 := md5sum -c --quiet +MD5 := md5sum -c all: $(ROM) compare |