1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Merge pull request #777 from nathanross/tidy-make

Tidy makefile
This commit is contained in:
Michael Gehring 2015-12-26 07:04:04 +01:00
commit c7c7d36802

View file

@ -54,8 +54,9 @@ PROGS := \
false \
fmt \
fold \
link \
hashsum \
head \
link \
ln \
mkdir \
nl \
@ -70,14 +71,15 @@ PROGS := \
relpath \
rm \
rmdir \
sleep \
split \
seq \
shuf \
sleep \
sort \
split \
sum \
sync \
tac \
tail \
tee \
test \
tr \
@ -87,10 +89,8 @@ PROGS := \
unexpand \
uniq \
wc \
yes \
head \
tail \
whoami
whoami \
yes
UNIX_PROGS := \
chmod \
@ -275,7 +275,6 @@ clean:
distclean: clean
$(CARGO) clean $(CARGOFLAGS) && $(CARGO) update $(CARGOFLAGS)
# TODO: figure out if there is way for prefixes to work with the symlinks
install: build
mkdir -p $(INSTALLDIR_BIN)
ifeq (${MULTICALL}, y)