From 7c0408d96d6bab52ce8bcd20b352007f2bc2aeaa Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 8 Oct 2020 01:47:53 +0200 Subject: [PATCH] build: add refresh-patches step --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 0d174ac2..4ff9f0c6 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,13 @@ update-patches: FORCE scripts/update-patches.sh scripts/patch.sh +refresh-patches: FORCE + @ + export $(GLUON_ENV) + scripts/update.sh + scripts/patch.sh + scripts/update-patches.sh + update-feeds: FORCE @$(GLUON_ENV) scripts/feeds.sh