Skip to content

Commit

Permalink
add format target
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Feb 19, 2025
1 parent b619482 commit 1c98b31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ nph/%: build-nph
echo -e $(FORMAT_MSG) "nph/$*" && \
$(NPH) $*

format:
$(NPH) *.nim
$(NPH) codex/
$(NPH) tests/

clean-nph:
rm -f $(NPH)

Expand Down

0 comments on commit 1c98b31

Please sign in to comment.