diff options
author | Timo Teräs <timo.teras@iki.fi> | 2020-03-23 13:33:51 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-03-23 13:33:51 +0200 |
commit | 2d86411446b307b772da76f25ff5b5080533f3a5 (patch) | |
tree | ccc6ae8c584b1df0a8ca7561110bbd929dea1805 | |
parent | e8522411c1b410c87049e9b77b391caf2f158be7 (diff) | |
download | apk-tools-2d86411446b307b772da76f25ff5b5080533f3a5.tar.gz apk-tools-2d86411446b307b772da76f25ff5b5080533f3a5.tar.bz2 apk-tools-2d86411446b307b772da76f25ff5b5080533f3a5.tar.xz apk-tools-2d86411446b307b772da76f25ff5b5080533f3a5.zip |
build: fix 'make check' for libfetch
-rw-r--r-- | Make.rules | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ default: compile all: compile docs +test check: + ifndef build toplevelrun:=yes |