From 4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 12 May 2022 18:49:00 +0700 Subject: Makefile: add task to generate patch and checksum --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 172791a..a0a2eab 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,9 @@ all: check: namcap PKGBUILD +patch: + git -C src/google-cloud-ops-agent-git diff > 0001-apps-hostmetrics.patch && \ + makepkg -g + release: makepkg --printsrcinfo > .SRCINFO -- cgit v1.3