mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
4 lines
65 B
Makefile
4 lines
65 B
Makefile
build:
|
|
clang++ -std=c++11 -o example example.cpp -lextism -L .
|
|
|