From bcfb363500372b39e948af86fe2f412a9c75d087 Mon Sep 17 00:00:00 2001 From: tkrop Date: Sun, 14 Jan 2024 00:25:36 +0100 Subject: [PATCH 1/2] chore: update deps (#69) Signed-off-by: tkrop --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f74da1c..965053a 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ else endif GOBIN ?= $(shell go env GOPATH)/bin -GOMAKE ?= github.com/tkrop/go-make@v0.0.32 +GOMAKE ?= github.com/tkrop/go-make@v0.0.35 TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \ go install $(GOMAKE) >/dev/stderr && $(GOBIN)/go-make targets) # Declare all targets phony to make them available for auto-completion. .PHONY:: $(TARGETS) -# Delegate all targets to go-make in a single call suppressing other targets. +# Delegate all targets to go-make in a single call stubbing other targets. $(eval $(wordlist 1,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))::;@:) $(firstword $(MAKECMDGOALS) all):: - @$(GOBIN)/go-make $(strip $(MAKEFLAGS) $(MAKECMDGOALS)); + @$(GOBIN)/go-make $(MAKECMDGOALS); From c106ccd66fcb9621a5b3165169dbd733ec4f6825 Mon Sep 17 00:00:00 2001 From: tkrop Date: Sun, 14 Jan 2024 00:46:25 +0100 Subject: [PATCH 2/2] fix: bump version (#69) Signed-off-by: tkrop --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1750564..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7