0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 03:28:25 -05:00
penpot/frontend/resources/public/wasm/Makefile
2023-03-09 15:01:09 +01:00

2 lines
91 B
Makefile

all:
clang -target wasm32 -Wl,--no-entry -Wl,--export-all -nostdlib -O3 add.c -o add.wasm