diff options
Diffstat (limited to 'ci-wasm-frontend/Makefile')
-rw-r--r-- | ci-wasm-frontend/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci-wasm-frontend/Makefile b/ci-wasm-frontend/Makefile new file mode 100644 index 0000000..25f49cf --- /dev/null +++ b/ci-wasm-frontend/Makefile @@ -0,0 +1,2 @@ +build: + CC_wasm32_wasi=/home/iximeow/nvme0/wasi-sdk-20.0/bin/clang cargo build --target wasm32-wasi |