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
|
||||
ECHO := /bin/echo
|
||||
|
||||
default:
|
||||
make -e --quiet all
|
||||
|
||||
all: listcheck regress
|
||||
all: regress
|
||||
@echo "=== No diff output is good news."
|
||||
|
||||
.SUFFIXES: .chk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue