From: Morgan Deters Date: Thu, 2 Sep 2010 07:32:00 +0000 (+0000) Subject: neglected build system update from r848 (last commit) X-Git-Tag: cvc5-1.0.0~8876 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e27353891bfd54650a6385e99f1fd496df0b85f;p=cvc5.git neglected build system update from r848 (last commit) --- diff --git a/Makefile b/Makefile index a9d266d5a..bf95f419e 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ all %: fi # synonyms for "check" -.PHONY: regress test -regress test: check +.PHONY: test +test: check submission: if [ ! -e configure ]; then ./autogen.sh; fi