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 \
|
||||
-Wextra \
|
||||
-Wbad-function-cast \
|
||||
-Wcast-align \
|
||||
-Wcast-qual \
|
||||
-Wmissing-declarations \
|
||||
-Wnested-externs \
|
||||
-Wpointer-arith \
|
||||
-Wwrite-strings \
|
||||
-Wno-discarded-qualifiers \
|
||||
-pedantic \
|
||||
-std=c99
|
||||
-Wextra \
|
||||
-Wbad-function-cast \
|
||||
-Wcast-align \
|
||||
-Wcast-qual \
|
||||
-Wmissing-declarations \
|
||||
-Wnested-externs \
|
||||
-Wpointer-arith \
|
||||
-Wwrite-strings \
|
||||
-Wno-discarded-qualifiers \
|
||||
-pedantic \
|
||||
-std=c99
|
||||
|
||||
SRC=$(wildcard *.c)
|
||||
|
||||
fn: $(SRC)
|
||||
|
|
Loading…
Reference in a new issue