Skip to content

Commit

Permalink
Remove vscode from cross opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Sep 17, 2023
1 parent 1a00770 commit f9a344a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 128 deletions.
10 changes: 10 additions & 0 deletions Makefile.header
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ compile-release:
--sourcemap \
--sources-content=false

.PHONY: opam-cross

opam-cross:
drom dep --cross osx
rm -f opam/osx/*vscode*.opam
rm -f opam/osx/*-js-*.opam
drom dep --cross windows
rm -f opam/windows/*vscode*.opam
rm -f opam/windows/*-js-*.opam

64 changes: 0 additions & 64 deletions opam/osx/superbol-vscode-platform-osx.opam

This file was deleted.

64 changes: 0 additions & 64 deletions opam/windows/superbol-vscode-platform-windows.opam

This file was deleted.

0 comments on commit f9a344a

Please sign in to comment.