summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-28 03:00:42 -0600
committerJeff Carr <[email protected]>2024-12-28 03:00:42 -0600
commitd02ced3f2e84dca6e207335df48e48fc4549c0bc (patch)
treec4767765af278a26f2f3bc0952fd040746c3e375 /Makefile
parenta957c22f8b63f390fc4289b93a84e921e5c3d64d (diff)
starting to work. maybe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3d6ef21..a551286 100644
--- a/Makefile
+++ b/Makefile
@@ -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