aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-13 22:14:01 +1300
committerAndrew Chambers <[email protected]>2021-10-13 22:14:01 +1300
commit174fc3291257e96a81a8757ae22dd0e14d3b259f (patch)
tree6769d38d20b86b05ad4bf0bfdec9d104376059e3 /Makefile
parent93b535597ad003629315793c58f3eeea0b907527 (diff)
Simplify and refactor.
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