diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
