From: Eric S. Raymond Date: Sat, 27 May 2017 14:32:11 +0000 (-0400) Subject: More Makefile simplification. X-Git-Tag: seed~34 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=4ab32f98a6e92952c00dd26cec61ecd3d3cc80dd More Makefile simplification. --- diff --git a/tests/Makefile b/tests/Makefile index d200888..4ab1b4c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,10 +11,7 @@ PATH := $(realpath ..):$(realpath .):${PATH} # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n ECHO := /bin/echo -default: - make -e --quiet all - -all: listcheck regress +all: regress @echo "=== No diff output is good news." .SUFFIXES: .chk