Remove tabs, we hate them!
This commit is contained in:
parent
1c62cbe622
commit
a9efa57b64
1 changed files with 12 additions and 11 deletions
23
src/Makefile
23
src/Makefile
|
@ -1,15 +1,16 @@
|
||||||
CFLAGS = -Wall \
|
CFLAGS = -Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-Wbad-function-cast \
|
-Wbad-function-cast \
|
||||||
-Wcast-align \
|
-Wcast-align \
|
||||||
-Wcast-qual \
|
-Wcast-qual \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-Wnested-externs \
|
-Wnested-externs \
|
||||||
-Wpointer-arith \
|
-Wpointer-arith \
|
||||||
-Wwrite-strings \
|
-Wwrite-strings \
|
||||||
-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