From 25a35a154a58ca9979fe8a6e0e719c8eb568a6b6 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 24 Jul 2019 17:44:48 -0400 Subject: Remove histedit from bit Decided that I don't really need it and would rather have fewer dependencies. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 52d470f6..e03e5093 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,7 +5,7 @@ PREFIX = ~/.local MANDIR = $(PREFIX)/share/man CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -ledit -lm -lutil -lz +LDLIBS = -lm -lutil -lz CFLAGS_tls = $(CFLAGS) -I$(LIBRESSL_PREFIX)/include LDFLAGS_tls = $(LDFLAGS) -L$(LIBRESSL_PREFIX)/lib -- cgit 1.4.1