Makefile: The install target should depend git-crypt.

Signed-off-by: Andrew Ayer <agwa@andrewayer.name>
This commit is contained in:
Wael M. Nasreddine
2014-11-27 10:23:15 -08:00
committed by Andrew Ayer
parent b7c608da25
commit 280bd43ac7

View File

@@ -25,7 +25,7 @@ util.o: util.cpp util-unix.cpp util-win32.cpp
clean:
rm -f *.o git-crypt
install:
install: git-crypt
install -m 755 git-crypt $(DESTDIR)$(PREFIX)/bin/
.PHONY: all clean install