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:
parent
5c97e652a0
commit
7c5416799e
5 changed files with 29 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue