summaryrefslogtreecommitdiffstats
path: root/curate
diff options
context:
space:
mode:
Diffstat (limited to 'curate')
-rw-r--r--curate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/curate/Makefile b/curate/Makefile
index d4e63dc..d8e32f8 100644
--- a/curate/Makefile
+++ b/curate/Makefile
@@ -1,6 +1,6 @@
CC=g++
CFLAGS=-c -O2 -std=c++20
-LDFLAGS=-lcurses
+LDFLAGS=-lcurses -ltinfo -static
EXE=ui
SRCS=ui.cc