Makefile 94 B

12
  1. pretty:
  2. bash -c 'for f in *.json; do echo $$f; jq . < $$f > $$f.tmp && mv $$f.tmp $$f; done'