From 8c7f0bf994c778d0f126977aeef8c4807ac75384 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 23 Jun 2014 17:05:14 +0200 Subject: [PATCH] Makefile: prepend `./` to (un)install.py --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b9e948..82a111b 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ TAGNAME = release-v$(VERSION) .PHONY: docs install uninstall lint tar test install: - install.py + ./install.py uninstall: - uninstall.py + ./uninstall.py docs: pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1