mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
reduce merge pain of Makefile
This commit is contained in:
parent
4a0c024486
commit
91c14071bf
1 changed files with 15 additions and 2 deletions
17
Makefile
17
Makefile
|
@ -7,8 +7,21 @@ RUSTCFLAGS := --opt-level=3
|
||||||
RMFLAGS :=
|
RMFLAGS :=
|
||||||
|
|
||||||
# Output names
|
# Output names
|
||||||
EXES := false printenv true yes cat whoami env wc echo
|
EXES := \
|
||||||
TESTS := cat
|
cat \
|
||||||
|
echo \
|
||||||
|
env \
|
||||||
|
false \
|
||||||
|
printenv \
|
||||||
|
true \
|
||||||
|
wc \
|
||||||
|
whoami \
|
||||||
|
yes \
|
||||||
|
|
||||||
|
|
||||||
|
TESTS := \
|
||||||
|
cat \
|
||||||
|
|
||||||
|
|
||||||
# Utils stuff
|
# Utils stuff
|
||||||
EXES_PATHS := $(addprefix build/,$(EXES))
|
EXES_PATHS := $(addprefix build/,$(EXES))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue