Skip to content

Commit

Permalink
Add grainfmt task
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 12, 2021
1 parent d95f293 commit 15e4393
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ doc: lib/*.gr
grain doc lib/env.gr -o lib/env.md
grain doc lib/mediatype.gr -o lib/mediatype.md
grain doc lib/stringutil.gr -o lib/stringutil.md

fmt: fileserver.gr lib/*.gr
grain format fileserver.gr --in-place
grain format lib/env.gr --in-place
grain format lib/mediatype.gr --in-place
grain format lib/stringutil.gr --in-place

0 comments on commit 15e4393

Please sign in to comment.