summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-08-03 21:56:17 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-08-03 21:56:17 -0700
commit602af8b35dc93cbf003003517bc5caa7fa5a9252 (patch)
tree7522bf27ca1ec6ecece6a864f00d678cf80147f4 /Makefile
parentc2d82530e296ef106589c8c12dc58e607e93fa8d (diff)
Split tty functions into tty.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe54ee2..0e1aae8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ fzytest: fzytest.o match.o
test: fzytest
-./fzytest
-fzy: fzy.o match.o
+fzy: fzy.o match.o tty.o
$(CC) $(CCFLAGS) -o $@ $^
%.o: %.c fzy.h