From d02ced3f2e84dca6e207335df48e48fc4549c0bc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 28 Dec 2024 03:00:42 -0600 Subject: starting to work. maybe --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3