diff options
| author | Jeff Carr <[email protected]> | 2024-12-28 03:00:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-28 03:00:42 -0600 |
| commit | d02ced3f2e84dca6e207335df48e48fc4549c0bc (patch) | |
| tree | c4767765af278a26f2f3bc0952fd040746c3e375 /Makefile | |
| parent | a957c22f8b63f390fc4289b93a84e921e5c3d64d (diff) | |
starting to work. maybe
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -65,16 +65,16 @@ all: install forge list --all patches-make: install - forge --patchset "from makefile" + forge --patchset "from makefile 2" localhost-patches: install forge --patchset "test-localhost" --url "http://localhost:2233/" -patches-list: install +patches-list: install patches-make forge --list-patchset -patches-apply-213058: install - forge --apply /tmp/2024.12.27.213058.submitted.pb +patches-apply-230233: install + forge --apply /tmp/2024.12.27.230233.submitted.pb dirty: install forge dirty --all |
