summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 418683d..9a2ffd7 100644
--- a/Makefile
+++ b/Makefile
@@ -50,4 +50,7 @@ test: bin/test
clean:
rm -f bin/* obj/*
-.PHONY: clean test
+style:
+ astyle -n --recursive "src/*.c" "src/*.h" "test/*.c" "test/*.h"
+
+.PHONY: clean test style