Update makefile, fix generate_words(), work on UI

This commit is contained in:
Aidan Haas
2022-11-10 15:01:12 -05:00
committed by GitHub
parent 0ac050a96d
commit c5d57e9beb
4 changed files with 65 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Macros
CC = gcc
CFLAGS = -ansi -Wall -g -O0 -Wshadow -Wwrite-strings \
CFLAGS = -ansi -Wall -g -O0 -Wshadow \
-fstack-protector-all
LDLIBS = -lncurses