all: gcc ./main.c -std=c89 -o th -lncurses -ltinfo -Wall d: gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo -Wall && gdb --tui ./th