diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-21 13:41:52 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-21 13:41:52 +0200 |
| commit | 18916eadbf15261b7462f7da95eaeea4a8a94e21 (patch) | |
| tree | a89488f559385a8651465d6ad445b7e39df2601b | |
| parent | edfdca576a5c0dc504c0fac6d1914501e484a31b (diff) | |
Make ncurses default again
| -rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -8,7 +8,10 @@ | |||
| 8 | 8 | ||
| 9 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-tls.o vchat-connection.o | 9 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-tls.o vchat-connection.o |
| 10 | 10 | ||
| 11 | LIBS = -lncursesw | 11 | # On FreeBSD you might want to link -ncursesw |
| 12 | LIBS = -lncurses | ||
| 13 | #LIBS = -lncursesw | ||
| 14 | |||
| 12 | LIBS += -lreadline | 15 | LIBS += -lreadline |
| 13 | 16 | ||
| 14 | CFLAGS += -Wall -Os | 17 | CFLAGS += -Wall -Os |
