From a9efa57b64489e435c0722f5a5fa07b4b58a608a Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 25 Oct 2018 12:15:00 +0000 Subject: [PATCH] Remove tabs, we hate them! --- src/Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/Makefile b/src/Makefile index 578c71a..5e138e0 100644 --- a/src/Makefile +++ b/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)