Skip to content

Commit

Permalink
Makefile: "collect" must depend on "build"
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck committed Mar 3, 2020
1 parent edbac55 commit 0ff430d
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 @@ -55,7 +55,7 @@ clean-test-docs:
$(BUILDDIR):
mkdir -p $@

collect:
collect: $(BUILDDIR)
cp -R extension/* $(BUILDDIR)
cp -R data/* $(BUILDDIR)

Expand Down

0 comments on commit 0ff430d

Please sign in to comment.