1 2 3 4
clean: @find . -name \*.wasm -type f -exec rm -rf {} + ; true @rm -f manifest.json @rm -f target