]> git.cameronkatri.com Git - cgit.git/blobdiff - Makefile
Makefile: add a target to run CGit through sparse
[cgit.git] / Makefile
index ed329e89affa0d66ca905039551c355b35731145..42ed2303c34fbedda98de654d6c881392aa213f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,9 @@ all:: cgit
 cgit:
        $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) -f ../cgit.mk ../cgit $(EXTRA_GIT_TARGETS) NO_CURL=1
 
+sparse:
+       $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) -f ../cgit.mk NO_CURL=1 cgit-sparse
+
 test:
        @$(MAKE) --no-print-directory cgit EXTRA_GIT_TARGETS=all
        $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all