From 3f58b309311577635a8c49649a9da42b8f84c36e Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 10 Apr 2016 16:03:16 -0700 Subject: Don't build fzytest as part of make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $^ -- cgit v1.2.3