summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john@freerunningtechnologies.com>2014-08-11 11:32:07 -0700
committerJohn Hawthorn <john@freerunningtechnologies.com>2014-08-11 11:32:59 -0700
commit0773e6fb700e6ced3bbb3b026ca582ade4088490 (patch)
treef47a7e4934911f98de19300540bcb97e10e9c27d /Makefile
parent38e22da4447114d2a286637ff4011e1719ae37e1 (diff)
Fix missing bin in Makefile
Change-Id: If849f07175e5accfa26179b555e5f59e39b6826f
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