grafana / play-thema

https://grafana.github.io/play-thema/
4 stars 1 forks source link

Add Makefile #12

Closed joanlopez closed 1 year ago

joanlopez commented 1 year ago

When contributing to the project, certain operations might be tedious to run manually from scratch (like GOOS=js GOARCH=wasm go build to compile the WASM artifact).

So, as discussed here, could be good to have a minimal Makefile collecting all those in a simpler way to run.