From 859dc1c2044140f7bae42705940e44b4c94bd07e Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 21 Dec 2018 10:22:22 +0000 Subject: Fixed SEGV when trying to move an empty column. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f2b522..1002baa 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ LIBS=-lcurses csol: csol.c - $(CC) -o csol csol.c $(LIBS) + $(CC) -g -o csol csol.c $(LIBS) clean: -rm -f csol csol.exe core -- cgit v1.2.3