[nostalgia] Replace cmake --build use with pybb cmake-build in Makefile

This commit is contained in:
Gary Talent 2021-03-01 22:36:08 -06:00
parent 7b6fad8062
commit 3f0824043e

View File

@ -54,7 +54,7 @@ purge:
${ENV_RUN} ${RM_RF} dist
.PHONY: test
test: build
$(foreach file, $(wildcard build/*), ${ENV_RUN} cmake --build $(file) --target test;)
${ENV_RUN} ${CMAKE_BUILD} build test
.PHONY: run
run: install