diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-12-21 10:22:22 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-12-21 10:22:22 +0000 |
commit | 859dc1c2044140f7bae42705940e44b4c94bd07e (patch) | |
tree | 0da409b91968ba725f14ef34f8bc855ca2584fc1 /Makefile | |
parent | 3e4827768ddfe27fbacc1f0f1cec3bd8c891e001 (diff) |
Fixed SEGV when trying to move an empty column.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |