github.com/stealthrocket/wzprof@v0.2.1-0.20230830205924-5fa86be5e5b3/testdata/rust/Makefile (about)

     1  all: simple/target/wasm32-wasi/debug/simple.wasm
     2  
     3  simple/target/wasm32-wasi/debug/simple.wasm:
     4  	cd simple && cargo build --target wasm32-wasi
     5  
     6  .PHONY: clean
     7  clean:
     8  	rm -f simple/target/wasm32-wasi/debug/simple.wasm