th/Makefile
2025-02-20 23:05:23 +01:00

6 lines
118 B
Makefile

all:
gcc ./main.c -std=c99 -o th -lncurses -ltinfo -Wall
d:
gcc -g -std=c99 ./main.c -o th -lncurses -ltinfo -Wall