summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-19 05:44:16 -0600
committerJeff Carr <[email protected]>2024-11-19 05:44:16 -0600
commit4e0dc17202883e630a3a57b2a1a4bffff3b268f2 (patch)
treed54c8d00d1656a13921e3fe3630e173033be0507 /Makefile
parent0ad4ffd0c6f4554fcbec9fb510513784e297fd2a (diff)
save config file kinda worksv0.0.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e335433..bf61c6e 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ http-toogle-ZOOD:
http-list-machines:
curl --silent http://localhost:8080/list
+http-ConfigSave:
+ curl --silent http://localhost:8080/save
+
http-set-zood-target:
curl --silent "http://localhost:8080/target?package=zood&version=v0.0.8"