mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Fix makefile
This commit is contained in:
parent
6b7c8f65a0
commit
177ba96969
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ TESTS := cat
|
|||
|
||||
# Utils stuff
|
||||
EXES_PATHS := $(addprefix build/,$(EXES))
|
||||
command := sh -c '$(1)'
|
||||
command = sh -c '$(1)'
|
||||
|
||||
# Main exe build rule
|
||||
define EXE_BUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue