mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Update basename for latest rustc
This commit is contained in:
parent
c50e475c6b
commit
aa889f6bae
2 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -9,6 +9,7 @@ RMFLAGS :=
|
|||
# Possible programs
|
||||
PROGS := \
|
||||
base64 \
|
||||
basename \
|
||||
cat \
|
||||
dirname \
|
||||
echo \
|
||||
|
@ -24,7 +25,6 @@ PROGS := \
|
|||
wc \
|
||||
whoami \
|
||||
yes \
|
||||
basename \
|
||||
|
||||
BUILD ?= $(PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue