More Makefile simplification.
This commit is contained in:
parent
708d728bb5
commit
4ab32f98a6
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue