From 411a40b5c077ca69e34c7016428eb9d856f8fe73 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 9 Apr 2017 19:39:46 -0400 Subject: Automated style checking and fixed unit tests. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3