tstatus:
cc tstatus.c -o tstatus -lxcb -Wall -Wextra -std=c99
debug:
cc tstatus.c -o tstatus -lxcb -Wall -Wextra -std=c99 -ggdb
clean:
rm tstatus