initial commit

This commit is contained in:
nova
2025-02-20 23:05:23 +01:00
commit bac8f5e564
4 changed files with 125 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
gcc ./main.c -std=c99 -o th -lncurses -ltinfo -Wall
d:
gcc -g -std=c99 ./main.c -o th -lncurses -ltinfo -Wall