Skip to content

Commit

Permalink
Add make format
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 10, 2019
1 parent a83fc5e commit a846fb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ endif

all: getstrings.exe aoc-language-ini.dll

format:
clang-format -style=file -i *.h *.c

clean:
rm -f aoc-language-ini.dll getstrings.exe

Expand Down

0 comments on commit a846fb5

Please sign in to comment.