Compare commits
No commits in common. "ce2dc310eae04f8bafff0c80cc3d4b93f8fbd24e" and "2864a2d04acf08c9598790cebecdfbdee5152f34" have entirely different histories.
ce2dc310ea
...
2864a2d04a
148 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 commit build/$@/$(v) -m "$@: $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)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue