diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -49,6 +49,9 @@ dat/content-file/%: content-file = $(foreach u,$(filter-out %/,$(index)),dat/content-file/$(call url2murl,$(u))) download: $(content-file) -.PHONY: all fix download +git: download + gitthing dat/git < dat/index.txt + +.PHONY: all fix download git .DELETE_ON_ERROR: .SECONDARY: |