mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Just modify variables order in Makefile (more readable)
This commit is contained in:
parent
ae33177603
commit
0daed114a7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -3,9 +3,10 @@ RUSTC ?= rustc
|
|||
RUSTCFLAGS :=
|
||||
|
||||
EXES := false printenv true yes cat whoami
|
||||
EXES_PATHS := $(addprefix build/,$(EXES))
|
||||
TESTS := cat
|
||||
|
||||
EXES_PATHS := $(addprefix build/,$(EXES))
|
||||
|
||||
command = sh -c '$(1)'
|
||||
|
||||
define EXE_BUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue