From b61a8eb036549ba9fd7b47a48ed57615cdbd2c69 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 7 May 2013 06:14:09 -0700 Subject: [PATCH] Run the gitweb.cgi make for the all target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b57a84a..01721e6 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,9 @@ # to install according to custom config. all:: - + make -C git.git --quiet gitweb/gitweb.cgi install:: @./install.sh - clean:: -- 2.11.4.GIT