Remove tabs, we hate them!
This commit is contained in:
parent
1c62cbe622
commit
a9efa57b64
1 changed files with 12 additions and 11 deletions
|
@ -10,6 +10,7 @@ CFLAGS = -Wall \
|
||||||
-Wno-discarded-qualifiers \
|
-Wno-discarded-qualifiers \
|
||||||
-pedantic \
|
-pedantic \
|
||||||
-std=c99
|
-std=c99
|
||||||
|
|
||||||
SRC=$(wildcard *.c)
|
SRC=$(wildcard *.c)
|
||||||
|
|
||||||
fn: $(SRC)
|
fn: $(SRC)
|
||||||
|
|
Loading…
Reference in a new issue