add debug build

This commit is contained in:
randomuser 2022-09-19 13:29:23 -05:00
parent b6514b3374
commit 454ac588d0
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
bspc: bspc:
cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99 cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99
debug:
cc bspc.c -o bspc -lxcb -Wall -Wextra -std=c99 -ggdb
clean: clean:
rm bspc rm bspc