summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-29 10:29:33 -0300
committerEuAndreh <eu@euandre.org>2024-03-29 10:29:37 -0300
commit17b87f34dc8afb1101fd6a2c5a60319123c965a4 (patch)
tree14edba451fae211087d7af60427d18d90551528d
parentgo.mod: Unmark go-sqlite3 as indirect (diff)
downloadpapod-17b87f34dc8afb1101fd6a2c5a60319123c965a4.tar.gz
papod-17b87f34dc8afb1101fd6a2c5a60319123c965a4.tar.xz
Makefile: Reorder commands so we don't need to sleep
-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