summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9c5906..0224a42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BIN = build/engine 1BIN = build/engine
2SRC = source/engine/engine.c 2SRC = source/engine.c
3CC = clang 3CC = clang
4CFLAGS = -Wall -Wextra -Wfloat-equal -Wswitch-default -Wswitch-enum \ 4CFLAGS = -Wall -Wextra -Wfloat-equal -Wswitch-default -Wswitch-enum \
5 -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-unused-function -g -Werror 5 -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-unused-function -g -Werror