Browse code

Don't build fzytest as part of make all

John Hawthorn authored on 10/04/2016 23:03:16
Showing 1 changed files

  • Makefile index eb5ed63..ea603bc 100644
... ...
@@ -11,7 +11,7 @@ INSTALL=install
11 11
 INSTALL_PROGRAM=$(INSTALL)
12 12
 INSTALL_DATA=${INSTALL} -m 644
13 13
 
14
-all: fzy fzytest
14
+all: fzy
15 15
 
16 16
 fzytest: fzytest.o match.o choices.o
17 17
 	$(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^