diff options
| author | Andrew Chambers <[email protected]> | 2021-10-13 22:14:01 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-13 22:14:01 +1300 |
| commit | 174fc3291257e96a81a8757ae22dd0e14d3b259f (patch) | |
| tree | 6769d38d20b86b05ad4bf0bfdec9d104376059e3 /Makefile | |
| parent | 93b535597ad003629315793c58f3eeea0b907527 (diff) | |
Simplify and refactor.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ asm.peg.inc: asm.peg parse.o: asm.peg.inc main.o parse.o util.o: minias.h +fmt: + clang-format -i *.c *.h + check: sh test/test.sh |
