play around with indent
This commit is contained in:
parent
877471585c
commit
727938dbcf
2 changed files with 8 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue