Commit 217f4ea7 authored by Matt Colyer's avatar Matt Colyer

Fixed a slight error in the indent command in the makefile.

parent e46784e5
......@@ -9,4 +9,4 @@ doc:
doxygen doxygen.cfg
indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.h dev/*.c
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment