Skip to content

Commit

Permalink
Merge pull request #169 from talex5/topkg
Browse files Browse the repository at this point in the history
Remove topkg
  • Loading branch information
talex5 authored Oct 1, 2019
2 parents e478cf9 + a9e8aba commit 00a1e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,3 @@ test:
#./_build/default/test/test.bc test core -ev 36
#./_build/default/test-lwt/test.bc test lwt -ev 3
dune build @runtest --no-buffer -j 1

REPO=../opam-repository
PACKAGES=$(REPO)/packages
# until we have https://github.com/ocaml/opam-publish/issues/38
pkg-%:
topkg opam pkg -n $*
mkdir -p $(PACKAGES)/$*
cp -r _build/$*.* $(PACKAGES)/$*/
cd $(PACKAGES) && git add $*

PKGS=$(basename $(wildcard *.opam))
opam-pkg:
$(MAKE) $(PKGS:%=pkg-%)
2 changes: 0 additions & 2 deletions pkg/pkg.ml

This file was deleted.

0 comments on commit 00a1e29

Please sign in to comment.