diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | .PHONY: all clean | 1 | .PHONY: all clean |
| 2 | 2 | ||
| 3 | CC := gcc | 3 | CC := gcc |
| 4 | CFLAGS := -I. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY | 4 | CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY |
| 5 | LDLIBS := -lX11 -lm | 5 | LDLIBS := -lX11 -lm |
| 6 | 6 | ||
| 7 | BUILD_DIR := build | 7 | BUILD_DIR := build |
