From 5ea3d1dab234678ba2bb3076bfa3f0dfab6d8cd6 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 13 Sep 2014 22:19:52 -0700 Subject: Refactor into choices.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2b8160..e997299 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ fzytest: fzytest.o match.o test: fzytest -./fzytest -fzy: fzy.o match.o tty.o +fzy: fzy.o match.o tty.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ %.o: %.c fzy.h -- cgit v1.2.3