From: Michael D. Lowis Date: Sat, 25 Feb 2017 23:14:10 +0000 (-0500) Subject: Fixed bug in makefile X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e4133846ccdfd3d46cf2fa32dc2e711d0bb1e302;p=projs%2Ftide.git Fixed bug in makefile --- diff --git a/Makefile b/Makefile index 0ee4cb0..bfa96ee 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ libedit.a: $(LIBEDIT_OBJS) xedit: xedit.o libedit.a xpick: xpick.o libedit.a term: term.o libedit.a -tests/libedit: tests/lib/buf.o tests/lib/utf8.o libedit.a +tests/libedit: tests/libedit.o tests/lib/buf.o tests/lib/utf8.o libedit.a tests/xedit: tests/xedit.o libedit.a tests/xpick: tests/xpick.o libedit.a tests/term: tests/term.o libedit.a