aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba00754..d25c0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -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