mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
4 lines
65 B
Makefile
4 lines
65 B
Makefile
build:
|
|
clang++ -std=c++11 -o example example.cpp -lextism -L .
|
|
|