mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Remove syntax error from build.
This commit is contained in:
parent
3a591bfe2c
commit
340ad317e1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -222,7 +222,7 @@ build-uutils:
|
||||||
${CARGO} build --features "${EXES}" ${PROFILE_CMD} --no-default-features
|
${CARGO} build --features "${EXES}" ${PROFILE_CMD} --no-default-features
|
||||||
|
|
||||||
build: build-uutils $(addprefix build_exe_,$(EXES))
|
build: build-uutils $(addprefix build_exe_,$(EXES))
|
||||||
$(foreach util, ${EXES}, $(call build_pkg, ${util});)
|
$(foreach util, ${EXES}, $(call build_pkg, ${util}))
|
||||||
|
|
||||||
$(foreach test,$(TESTS),$(eval $(call TEST_INTEGRATION,$(test))))
|
$(foreach test,$(TESTS),$(eval $(call TEST_INTEGRATION,$(test))))
|
||||||
$(foreach test,$(TESTS),$(eval $(call TEST_UNIT,$(test))))
|
$(foreach test,$(TESTS),$(eval $(call TEST_UNIT,$(test))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue