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