1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

reduce merge pain of Makefile

This commit is contained in:
aph 2013-12-02 11:50:24 +00:00
parent 4a0c024486
commit 91c14071bf

View file

@ -7,8 +7,21 @@ RUSTCFLAGS := --opt-level=3
RMFLAGS :=
# Output names
EXES := false printenv true yes cat whoami env wc echo
TESTS := cat
EXES := \
cat \
echo \
env \
false \
printenv \
true \
wc \
whoami \
yes \
TESTS := \
cat \
# Utils stuff
EXES_PATHS := $(addprefix build/,$(EXES))