mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
refactor: move some files around
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -98,8 +98,8 @@ jobs:
|
||||
|
||||
# - name: Test OCaml Host SDK
|
||||
# run: |
|
||||
# cd ocaml
|
||||
# opam install -y .
|
||||
# cd ocaml
|
||||
# opam exec -- dune exec extism
|
||||
|
||||
|
||||
5
Makefile
5
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user