fix: commit new gems
This commit is contained in:
parent
2864a2d04a
commit
cf434d8701
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue