apkdoc @ a46cf4152ac32d97e0ebd071b9eb1d3e42c7a493

ref: Remove build dep from check
 1diff --git a/Makefile b/Makefile
 2index 6fafba4ebc4d223483e478afff481cb62aa430e5..fe55954a2ff1693dc8fa3fa3abff4859a9f1d653 100644
 3--- a/Makefile
 4+++ b/Makefile
 5@@ -21,7 +21,7 @@
 6 compress:
 7 	upx --best --ultra-brute $(OUT)
 8 
 9-check: build
10+check:
11 	$(OUT) \
12 		-f example.md \
13 		-t text \