More Makefile simplification.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 27 May 2017 14:32:11 +0000 (10:32 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 27 May 2017 14:32:11 +0000 (10:32 -0400)
tests/Makefile

index d200888d70c9aad6fe2b5ac80fc4e886a9228c7d..4ab1b4cee1b859dd65536eddb82e802c60715bd9 100644 (file)
@@ -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