This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push:
new 3f45291 Add a Makefile target to sync all dev dependencies
3f45291 is described below
commit 3f45291442df608d5ccc26f5536297623e833555
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Feb 12 18:47:01 2025 +0200
Add a Makefile target to sync all dev dependencies
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dc931de..b703692 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: build certs check docs report serve sync
+.PHONY: build certs check docs report serve sync sync-dev
MANAGER ?= poetry
PYTHON ?= $(which python3)
@@ -26,3 +26,6 @@ serve:
sync:
$(SCRIPTS)/sync $(PYTHON)
+
+sync-dev:
+ $(SCRIPTS)/sync-dev $(PYTHON)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]