From 3f0824043ed993ca37598e18c95dfbdcd04ef175 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 1 Mar 2021 22:36:08 -0600 Subject: [PATCH] [nostalgia] Replace cmake --build use with pybb cmake-build in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc52aef6..b1affcf9 100644 --- a/Makefile +++ b/Makefile @@ -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