summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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