summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-12-21 10:22:22 +0000
committerIan C <ianc@noddybox.co.uk>2018-12-21 10:22:22 +0000
commit859dc1c2044140f7bae42705940e44b4c94bd07e (patch)
tree0da409b91968ba725f14ef34f8bc855ca2584fc1 /Makefile
parent3e4827768ddfe27fbacc1f0f1cec3bd8c891e001 (diff)
Fixed SEGV when trying to move an empty column.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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