mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 17:26:39 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
all:
|
|
wasmcc carbon.c -o carbon.wasm -O0 -Wl,--allow-undefined -I../
|
|
hook-cleaner carbon.wasm
|
|
|
|
|