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