Skip to content

Commit

Permalink
Add luv_unix.opam to release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed May 8, 2021
1 parent d650d73 commit 78f665e
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 @@ -214,7 +214,7 @@ RELEASE := luv-$(VERSION)
release : check-ejected-build clean
rm -rf $(RELEASE) $(RELEASE).tar $(RELEASE).tar.gz _release
mkdir $(RELEASE)
cp -r dune-project LICENSE.md luv.opam README.md src $(RELEASE)
cp -r dune-project LICENSE.md luv.opam luv_unix.opam README.md src $(RELEASE)
rm -rf $(RELEASE)/src/c/vendor/libuv/docs
rm -rf $(RELEASE)/src/c/vendor/libuv/img
rm -rf $(RELEASE)/src/c/vendor/libuv/test
Expand Down

0 comments on commit 78f665e

Please sign in to comment.