From 0773e6fb700e6ced3bbb3b026ca582ade4088490 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 11 Aug 2014 11:32:07 -0700 Subject: Fix missing bin in Makefile Change-Id: If849f07175e5accfa26179b555e5f59e39b6826f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8651d45..3fb457e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ fzy: fzy.o match.o tty.o $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< install: fzy - $(INSTALL_PROGRAM) fzy $(DESTDIR)$(PREFIX)/fzy + $(INSTALL_PROGRAM) fzy $(DESTDIR)$(PREFIX)/bin/fzy clean: $(RM) fzy fzytest *.o -- cgit v1.2.3