From 17b87f34dc8afb1101fd6a2c5a60319123c965a4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 29 Mar 2024 10:29:33 -0300 Subject: Makefile: Reorder commands so we don't need to sleep --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b517e39..30784ec 100644 --- a/Makefile +++ b/Makefile @@ -145,9 +145,8 @@ run-binder: ## Run papo locally and its helper programs. run: all - for c in papo wscat glaze binder; do \ + for c in wscat papo binder glaze; do \ $(MAKE) run-$$c & \ - sleep 0.1; \ done; \ wait -- cgit v1.2.3