From cf434d870100c66fd541aee518ec2de307ac4d71 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 30 Aug 2023 15:43:50 -0300 Subject: [PATCH] fix: commit new gems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d92ba8..eeb3938 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: always ## Ayuda @test -n "$v" || exit 1 install -dm 755 build/$@ touch build/$@/$(v) - git add build/$@/$(v) + git add build/$@/$(v) && git commit build/$@/$(v) -m "$@: $v" ; : missing: @comm -23 <(find build/ -type f | grep -v /.keep | cut -d / -f 2- | sort) <(find built/ -type f | grep -v /.keep | cut -d / -f 3- | sort)