summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-10 16:03:16 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-10 16:03:32 -0700
commit3f58b309311577635a8c49649a9da42b8f84c36e (patch)
tree32b4d2247b9b740ae54b47fe37927f029857faaf /Makefile
parentde53af7e70bdc352513cabd40dcb4872052b701b (diff)
Don't build fzytest as part of make all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb5ed63..ea603bc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ INSTALL=install
INSTALL_PROGRAM=$(INSTALL)
INSTALL_DATA=${INSTALL} -m 644
-all: fzy fzytest
+all: fzy
fzytest: fzytest.o match.o choices.o
$(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^