add uncrustify option
[c11tester.git] / Makefile
index 5411f5838b1802ac45a712bcbff5c5b0f1c93831..20e4d578701f9e78d5f983d38f3e0c8f1839429d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,3 +88,7 @@ pdfs: $(patsubst %.dot,%.pdf,$(wildcard *.dot))
 # A 1-inch margin PDF generated by 'pandoc'
 %.pdf: %.md
        pandoc -o $@ $< -V header-includes='\usepackage[margin=1in]{geometry}'
+
+tabbing:
+       uncrustify -c C.cfg --no-backup *.cc
+       uncrustify -c C.cfg --no-backup *.h