summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-28 12:38:42 -0500
committerJeff Carr <[email protected]>2025-08-28 19:30:59 -0500
commit6b6b31eef6f6a636db0750fcd0d59e3e0758013e (patch)
tree86eef1ff8c9fcc2f3842688d7c0e02402421d64f /Makefile
parent81885f44834b0f3a20999d8031ed0fc3bf6a0fa5 (diff)
stub in code to start the process of processing patches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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 \