summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 968ea4b..985ed38 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1.PHONY: all clean 1.PHONY: all clean
2 2
3CC := gcc 3CC := gcc
4CFLAGS := -I. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY 4CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY
5LDLIBS := -lX11 -lm 5LDLIBS := -lX11 -lm
6 6
7BUILD_DIR := build 7BUILD_DIR := build