From bc7d4f6c872c2e660a9c870f30c62ff3c9013694 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 14 Dec 2024 23:22:21 -0600 Subject: [PATCH] missing && --- pull-and-compile-tooling | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-and-compile-tooling b/pull-and-compile-tooling index 729e28e..c8fcafb 100755 --- a/pull-and-compile-tooling +++ b/pull-and-compile-tooling @@ -2,7 +2,7 @@ git pull -(cd ../launchpadlib-cpp && git pull +(cd ../launchpadlib-cpp && git pull && rm -rf build; mkdir build && (cd build && cmake .. && make -j$(nproc)) &&