summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5d45154..43735d6 100644
--- a/Makefile
+++ b/Makefile
@@ -65,16 +65,16 @@ all: install
forge --no-gui find --all
patches: install
- forge --do-patches
+ forge --patchset "from makefile"
-patches-localhost: install
- forge --do-patches --url "http://localhost:2233/"
+localhost-patches: install
+ forge --patchset "test-localhost" --url "http://localhost:2233/"
patches-list: install
- forge --list-patches --url "http://localhost:2233/"
+ forge --list-patchset
dirty: install
- forge do --dirty
+ forge --no-gui find --all --dirty
restart:
reset