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)