Skip to content

Commit e0524e0

Browse files
authored
Merge pull request #741 from psafont/dev/pau/base
Makefile: include base-effects in the tarball
2 parents 1862dc4 + 2c5d5c0 commit e0524e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(NAME).tar.gz:
1818
# to be explicitly included
1919
opam admin filter --recursive --or -y --required-by \
2020
xs-toolstack host-system-other \
21-
base-bigarray base-bytes base-domains base-nnp base-threads base-unix
21+
base-bigarray base-bytes base-domains base-effects base-nnp base-threads base-unix
2222
# Remove all xapi dev packages
2323
opam admin filter '*.master' --remove -y
2424
# Remove compilable ocaml versions

0 commit comments

Comments
 (0)