fix libhistory dependency issue

This commit is contained in:
anon 2024-10-19 15:34:48 +02:00
parent 1e7e296e68
commit 6180bff243

View File

@ -1,4 +1,4 @@
LIBS:=ncurses readline history
LIBS:=ncurses readline
CC:=gcc
CFLAGS += $(if $(SAN),-fsanitize=${SAN})