summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-09-02 07:32:00 +0000
committerMorgan Deters <mdeters@gmail.com>2010-09-02 07:32:00 +0000
commit3e27353891bfd54650a6385e99f1fd496df0b85f (patch)
tree457584143d3aa924bc9b081f864c4994bbbc4fc4 /Makefile
parent79015a017495691ddfe2a4479de8fb7d558e4228 (diff)
neglected build system update from r848 (last commit)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback