diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 08:47:52 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 08:47:52 +0200 |
commit | b11d876806c533cb9b639002d46e61e3261e02de (patch) | |
tree | 2d4cb742cc8c31c8960b9247387192517979d206 | |
parent | faff9047407fd19c51961f9f1e8d6d910b318a08 (diff) | |
download | apk-tools-b11d876806c533cb9b639002d46e61e3261e02de.tar.gz apk-tools-b11d876806c533cb9b639002d46e61e3261e02de.tar.bz2 apk-tools-b11d876806c533cb9b639002d46e61e3261e02de.tar.xz apk-tools-b11d876806c533cb9b639002d46e61e3261e02de.zip |
build: recognize 'make check' too
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |