From 6b6b31eef6f6a636db0750fcd0d59e3e0758013e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 12:38:42 -0500 Subject: stub in code to start the process of processing patches --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 546d081..c0a9114 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -all: build - # ./forged pull +all: install + forged pull # ./forged list - ./forged list + forged list build: goimports GO111MODULE=off go build \ -- cgit v1.2.3