summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-01 02:30:58 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-01 02:30:58 -0400
commite4109fab0bece003dc53c78c7cc8608b68328312 (patch)
treebd8223216465f5d2b9f0468866c2153c17289186 /Makefile
parent2631b600d153aeda1d4201164dafc023dfdceedb (diff)
build git repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cb9fdc..12c5bb6 100644
--- a/Makefile
+++ b/Makefile
@@ -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: