summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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