play around with indent

This commit is contained in:
neingeist 2013-05-09 19:32:02 +02:00
parent 877471585c
commit 727938dbcf
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
CFLAGS=-std=c99 CFLAGS=-std=c99
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
all: approximate-pi all: approximate-pi
.PHONY: indent
indent:
indent $(INDENTOPTS) *.c