главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Davydov <lotigara@lotigara.ru>2025-04-07 00:05:46 +0300
committerIvan Davydov <lotigara@lotigara.ru>2025-04-07 00:13:53 +0300
commit0e42930b25a69fd794fe625f63e3bc10d3ca76d4 (patch)
treee87e94adb7d54a21ec5d8d6de4c171bb50b1d654 /Makefile
parent25c4c8427f6c4ff1ad99141c6321b1395a8fb3fb (diff)
Major changes to code readability and balance
Use curses instead of ncurses Make game harder to play, see source code for changes Print score normally (not like in implementations of classic vi) Run free() right before the end the program (valgrind still complains) Remove unnecessary get_* and set_* functions and refer to structure members directly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4945fc2..b049c03 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
.SUFFIXES:
CC = cc
CFLAGS = -Wall
-LDLIBS = -lncurses
+LDLIBS = -lcurses
all: clicker-ncurses
clicker-ncurses: clicker-ncurses.o