play around with indent
parent
877471585c
commit
727938dbcf
@ -1,3 +1,8 @@
|
||||
CFLAGS=-std=c99
|
||||
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
||||
|
||||
all: approximate-pi
|
||||
|
||||
.PHONY: indent
|
||||
indent:
|
||||
indent $(INDENTOPTS) *.c
|
||||
|
Loading…
Reference in New Issue