Skip to content

Commit

Permalink
Merge pull request #213 from OCR-D/osx-cp
Browse files Browse the repository at this point in the history
makefile: use OSX compatible cp call
  • Loading branch information
kba authored Jun 6, 2024
2 parents 5b724c7 + c2044be commit b93a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ test-cli: test/assets deps-test
# FIXME remove/update if already present
test/assets: repo/assets
mkdir -p $@
cp -r -t $@ repo/assets/data/*
cp -r repo/assets/data/* $@

.PHONY: clean
clean: clean-assets clean-tesseract
Expand Down

0 comments on commit b93a084

Please sign in to comment.