diff --git a/Makefile b/Makefile index 6871992..97139fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ bspc: cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99 +debug: + cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99 -ggdb + clean: rm bspc