mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
parent
e3ca4fdcf8
commit
4388c72bf3
4 changed files with 140 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,6 +21,7 @@ PROGS := \
|
|||
rm \
|
||||
rmdir \
|
||||
sleep \
|
||||
seq \
|
||||
tee \
|
||||
true \
|
||||
users \
|
||||
|
@ -39,6 +40,7 @@ EXES := \
|
|||
TEST_PROGS := \
|
||||
cat \
|
||||
mkdir \
|
||||
seq \
|
||||
|
||||
TEST ?= $(TEST_PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue