mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
2 lines
91 B
Makefile
2 lines
91 B
Makefile
all:
|
|
clang -target wasm32 -Wl,--no-entry -Wl,--export-all -nostdlib -O3 add.c -o add.wasm
|