c-exercises/Makefile

9 lines
154 B
Makefile
Raw Normal View History

2013-05-09 19:18:10 +02:00
CFLAGS=-std=c99
2013-05-09 19:32:02 +02:00
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
2013-05-09 19:18:10 +02:00
all: approximate-pi
2013-05-09 19:32:02 +02:00
.PHONY: indent
indent:
indent $(INDENTOPTS) *.c