From 8cc393068aedc7378166ccc013d3954cd87f0deb Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 22 Jul 2005 19:09:20 -0700 Subject: [PATCH] Install tools with "make install-tools". Match the main Makefile by separating COPTS from CFLAGS, defining INSTALL, prefix, and bin. Add a new target 'install-tools' to the main Makefile to install them. Signed-off-by: Junio C Hamano Signed-off-by: Junio C Hamano --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4575cf6727..d440f82967 100644 --- a/Makefile +++ b/Makefile @@ -195,12 +195,16 @@ test: all doc: $(MAKE) -C Documentation all +install-tools: + $(MAKE) -C tools install + install-doc: $(MAKE) -C Documentation install clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) rm -f git-core-*.tar.gz git-core.spec + $(MAKE) -C tools/ clean $(MAKE) -C Documentation/ clean backup: clean -- cgit v1.3