refactor: move some files around

This commit is contained in:
zach
2022-08-25 19:34:04 -07:00
parent dae6da1335
commit d62d08c070
4 changed files with 2 additions and 5 deletions

View File

@@ -98,8 +98,8 @@ jobs:
# - name: Test OCaml Host SDK
# run: |
# cd ocaml
# opam install -y .
# cd ocaml
# opam exec -- dune exec extism

View File

@@ -29,10 +29,7 @@ build:
install:
install runtime/extism.h $(DEST)/include
install runtime/target/release/libextism.$(SOEXT) $(DEST)/lib
ls $(DEST)/include | grep extism
ls $(DEST)/lib | grep extism
install target/release/libextism.$(SOEXT) $(DEST)/lib
uninstall:
rm -f $(DEST)/include/extism.h $(DEST)/lib/libextism.$(SOEXT)