diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,8 +1,7 @@ | |||
| 1 | BIN = build/engine | 1 | BIN = build/engine |
| 2 | SRC = source/engine.c | 2 | SRC = source/tb_db.c |
| 3 | CC = clang | 3 | CC = clang |
| 4 | CFLAGS = -Wall -Wextra -Wfloat-equal -Wswitch-default -Wswitch-enum \ | 4 | CFLAGS = -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 |
