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

Remove syntax error from build.

This commit is contained in:
Joseph Crail 2015-11-26 17:02:55 -05:00
parent 3a591bfe2c
commit 340ad317e1

View file

@ -222,7 +222,7 @@ build-uutils:
${CARGO} build --features "${EXES}" ${PROFILE_CMD} --no-default-features
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_UNIT,$(test))))