mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-09 20:29:57 +02:00
make git submodule update depend on subdir
This commit is contained in:
parent
b1bcc7f042
commit
01fc36a960
3 changed files with 3 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -24,13 +24,13 @@ install:
|
|||
models:
|
||||
ocrd resmgr download ocrd-sbb-binarize "*"
|
||||
|
||||
repo/assets:
|
||||
repo/assets/data:
|
||||
git submodule update --init
|
||||
|
||||
# Setup test data
|
||||
test/assets: repo/assets
|
||||
test/assets: repo/assets/data
|
||||
@mkdir -p $@
|
||||
cp -r -t $@ repo/assets/data/*
|
||||
cp -r -t $@ $</*
|
||||
|
||||
# Run tests
|
||||
.PHONY: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue