This commit is contained in:
parent
5d1eb8e721
commit
3510b3d160
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -11,4 +11,7 @@ help: always ## Ayuda
|
|||
touch build/$@/$(v)
|
||||
git add build/$@/$(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)
|
||||
|
||||
.PHONY: always
|
||||
|
|
Loading…
Reference in a new issue