Seperate Screen Files #1

Merged
amberisvibin merged 7 commits from seperate_screen_files into main 2025-08-05 17:39:36 -04:00
Showing only changes of commit f48ed22602 - Show all commits

View File

@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-std=c99 -pedantic -Wall -Wextra
CFLAGS=-std=c99 -pedantic -Wall -Wextra -O2 -ggdb
LIBS=-lncursesw
EXECUTABLE=bbs