diff options
| author | yum <yum.food.vr@gmail.com> | 2023-12-26 20:08:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-12-26 20:08:17 -0800 |
| commit | 89e9376820e7e817b7d0052e28e973d423715811 (patch) | |
| tree | 5ac72b4f580e1ea2c604805ca0a4fa7f148a87d2 /curate/Makefile | |
| parent | 46e07cd1f0a5e0d5d9d4f48a62fcb01cec9eacd5 (diff) | |
Also include it in the package.
Diffstat (limited to 'curate/Makefile')
| -rw-r--r-- | curate/Makefile | 2 |
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 |
