remove unused indent options in Makefile
This commit is contained in:
parent
aa891b6edb
commit
ce3c5ddc92
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,4 @@
|
||||||
CFLAGS=-std=c99 -Wall -g -O2
|
CFLAGS=-std=c99 -Wall -g -O2
|
||||||
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
|
||||||
|
|
||||||
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example
|
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example
|
||||||
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s
|
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue