diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 59edab0..ed29b3a 100644 --- a/Makefile +++ b/Makefile | |||
@@ -66,7 +66,10 @@ all:: cgit | |||
66 | cgit: | 66 | cgit: |
67 | $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) -f ../cgit.mk ../cgit NO_CURL=1 | 67 | $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) -f ../cgit.mk ../cgit NO_CURL=1 |
68 | 68 | ||
69 | test: all | 69 | git: |
70 | $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 | ||
71 | |||
72 | test: all git | ||
70 | $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all | 73 | $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all |
71 | 74 | ||
72 | install: all | 75 | install: all |
@@ -145,7 +148,7 @@ get-git: | |||
145 | tags: | 148 | tags: |
146 | $(QUIET_TAGS)find . -name '*.[ch]' | xargs ctags | 149 | $(QUIET_TAGS)find . -name '*.[ch]' | xargs ctags |
147 | 150 | ||
148 | .PHONY: all cgit get-git | 151 | .PHONY: all cgit git get-git |
149 | .PHONY: clean clean-doc cleanall | 152 | .PHONY: clean clean-doc cleanall |
150 | .PHONY: doc doc-html doc-man doc-pdf | 153 | .PHONY: doc doc-html doc-man doc-pdf |
151 | .PHONY: install install-doc install-html install-man install-pdf | 154 | .PHONY: install install-doc install-html install-man install-pdf |