More Makefile simplification.

This commit is contained in:
Eric S. Raymond 2017-05-27 10:32:11 -04:00
parent 708d728bb5
commit 4ab32f98a6

View file

@ -11,10 +11,7 @@ PATH := $(realpath ..):$(realpath .):${PATH}
# Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n
ECHO := /bin/echo ECHO := /bin/echo
default: all: regress
make -e --quiet all
all: listcheck regress
@echo "=== No diff output is good news." @echo "=== No diff output is good news."
.SUFFIXES: .chk .SUFFIXES: .chk