Skip to content

Commit

Permalink
makefile: use OSX compatible cp call
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jun 4, 2024
1 parent ba79de9 commit 59be161
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 59be161

Please sign in to comment.