diff options
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 |
