[nostalgia] Replace cmake --build use with pybb cmake-build in Makefile
This commit is contained in:
parent
7b6fad8062
commit
3f0824043e
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ purge:
|
|||||||
${ENV_RUN} ${RM_RF} dist
|
${ENV_RUN} ${RM_RF} dist
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: build
|
test: build
|
||||||
$(foreach file, $(wildcard build/*), ${ENV_RUN} cmake --build $(file) --target test;)
|
${ENV_RUN} ${CMAKE_BUILD} build test
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: install
|
run: install
|
||||||
|
Loading…
Reference in New Issue
Block a user