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)