From 0f380f7778245323e6245852f24c0f5d49533fca Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 7 Oct 2023 11:54:18 -0400 Subject: [PATCH] Only list the files that don't match. There's no need to dump the entire diff to stdout. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b8b125f..5f2559a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -111,7 +111,7 @@ OUTPUTS += output/pl2.txt wads: $(WADS) check: $(OUTPUTS) - @diff -x .gitignore -ur expected output && echo all tests passed + @diff -q -x .gitignore -ur expected output && echo all tests passed clean: rm -rf output/* extract/*