Skip to content
Snippets Groups Projects
Commit 8969123c authored by Rechi's avatar Rechi Committed by Marko Semet
Browse files

addons: add addons/*.json to make format

parent 48096b23
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -15,7 +15,7 @@ run:
clean:
rm -rf .flatpak-builder/cache
format:
for n in *json deps/*json; do python -m json.tool < $$n > a && mv a $$n || echo $$n ; done
for n in *json addons/*.json deps/*json; do python -m json.tool < $$n > a && mv a $$n || echo $$n ; done
.PHONY: addons
addons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment