Skip to content

Commit

Permalink
Merge pull request #53 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 7, 2024
2 parents ba79de9 + 59be161 commit fb769ff
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 @@ -82,7 +82,7 @@ assets: repo/assets $(TESTDIR)/assets
# Setup test assets
$(TESTDIR)/assets:
mkdir -p $(TESTDIR)/assets
cp -r -t $(TESTDIR)/assets repo/assets/data/*
cp -r repo/assets/data/* $(TESTDIR)/assets

# Remove $(TESTDIR)/assets
assets-clean:
Expand Down

0 comments on commit fb769ff

Please sign in to comment.