This commit is contained in:
2026-02-04 19:59:37 -06:00
commit 31d59fd0fc
7 changed files with 169 additions and 0 deletions

3
config.mk Normal file
View File

@@ -0,0 +1,3 @@
CC = gcc
CFLAGS = -Wall -Wextra -std=c11 -lncurses
TARGET = nctest