1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

base32: add entries

This commit is contained in:
Knight 2016-08-06 11:45:03 +08:00
parent 5c97e652a0
commit 7c5416799e
5 changed files with 29 additions and 1 deletions

View file

@ -40,6 +40,7 @@ BUSYBOX_SRC:=$(BUSYBOX_ROOT)/busybox-$(BUSYBOX_VER)/
# Possible programs
PROGS := \
base32 \
base64 \
basename \
cat \
@ -137,6 +138,7 @@ UTILS ?= $(PROGS)
# Programs with usable tests
TEST_PROGS := \
base32 \
base64 \
basename \
cat \