summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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