diff options
| author | Jeff Carr <[email protected]> | 2024-12-27 22:27:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-27 22:27:19 -0600 |
| commit | a957c22f8b63f390fc4289b93a84e921e5c3d64d (patch) | |
| tree | bd497bd3a6e409176cd1b6cc985ed996c7703c89 /Makefile | |
| parent | 8b3be0ab42e68ab0616ff6e461dbe8b582b12d21 (diff) | |
start work on an applyPatch()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -64,7 +64,7 @@ mine: install all: install forge list --all -patches: install +patches-make: install forge --patchset "from makefile" localhost-patches: install @@ -73,6 +73,9 @@ localhost-patches: install patches-list: install forge --list-patchset +patches-apply-213058: install + forge --apply /tmp/2024.12.27.213058.submitted.pb + dirty: install forge dirty --all |
