]> git.mdlowis.com Git - projs/tide.git/commitdiff
Fixed bug in makefile
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Feb 2017 23:14:10 +0000 (18:14 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Feb 2017 23:14:10 +0000 (18:14 -0500)
Makefile

index 0ee4cb051b85b6c1163ed6daf70219b0bad06169..bfa96ee398c01c02edf588ee22b57b4cd3e0471a 100644 (file)
--- 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