mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
commit
2e44b5b7ee
4 changed files with 304 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,6 +24,7 @@ PROGS := \
|
|||
seq \
|
||||
tee \
|
||||
true \
|
||||
truncate \
|
||||
users \
|
||||
wc \
|
||||
whoami \
|
||||
|
@ -41,6 +42,7 @@ TEST_PROGS := \
|
|||
cat \
|
||||
mkdir \
|
||||
seq \
|
||||
truncate \
|
||||
|
||||
TEST ?= $(TEST_PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue