summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 13:12:42 -0600
committerJeff Carr <[email protected]>2024-12-14 13:12:42 -0600
commit268e05f1082c081f6afbc42c5f8df83aec7c6848 (patch)
treef00d011333b140f04809aeeb5c7b454205d7bf13 /Makefile
parenta11c4f46bd041b5b603ce67d93f4e78143d4a60f (diff)
http post a patch set
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aeb0890..6e2872f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,3 +60,6 @@ gui: install
patches: install
forge --do-patches
+
+patches-localhost: install
+ forge --do-patches --url "http://localhost:2233/"