aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-02-27 08:47:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-02-27 08:47:52 +0200
commitb11d876806c533cb9b639002d46e61e3261e02de (patch)
tree2d4cb742cc8c31c8960b9247387192517979d206 /Makefile
parentfaff9047407fd19c51961f9f1e8d6d910b318a08 (diff)
downloadaports-b11d876806c533cb9b639002d46e61e3261e02de.tar.bz2
aports-b11d876806c533cb9b639002d46e61e3261e02de.tar.xz
build: recognize 'make check' too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d16526a3ee..08a6c06d73 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install:
$(INSTALLDIR) $(DESTDIR)$(DOCDIR)
$(INSTALL) README $(DESTDIR)$(DOCDIR)
-test: FORCE
+check test: FORCE
$(Q)$(MAKE) TEST=y
$(Q)$(MAKE) -C test