mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
4 lines
72 B
Makefile
4 lines
72 B
Makefile
all:
|
|
wasmcc doubler.c -o doubler.wasm -O0 -Wl,--allow-undefined -I../
|
|
|