To build an un-optimized wasm, just run:
makeTo build an optimized wasm for deployment in a provenance environemnt, run:
make optimizeThis command will produce a file called name_smart_contract.wasm that can then be deployed to a provenance environment
by using the provenanced command.
The command stems from: https://github.com/provenance-io/provenance A great tutorial for getting a wasm built and deployed: https://github.com/provenance-io/provwasm/tree/main/docs/tutorial