summaryrefslogtreecommitdiff
path: root/hadrian/doc
diff options
context:
space:
mode:
authorAlp Mestanogullari <alpmestan@gmail.com>2019-01-09 12:51:50 +0100
committerBen Gamari <ben@smart-cactus.org>2019-01-16 14:17:28 -0500
commitad5075d938921f85621187752cd1fa4b56813984 (patch)
tree1e4a5e2fe8f4cfa0e46f9d40ea8bc872f88dd903 /hadrian/doc
parent6acb36d8ea169dfc0ddc4e10559a9bf6b4316212 (diff)
downloadhaskell-ad5075d938921f85621187752cd1fa4b56813984.tar.gz
crosslink hadrian/README.md and hadrian/doc/make.md
Diffstat (limited to 'hadrian/doc')
-rw-r--r--hadrian/doc/make.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/hadrian/doc/make.md b/hadrian/doc/make.md
index ca4828a484..2a3b432d4a 100644
--- a/hadrian/doc/make.md
+++ b/hadrian/doc/make.md
@@ -1,5 +1,11 @@
# Hadrian for Make users
+This is a cheatsheet-style document meant to succintly show how to use
+Hadrian for any GHC developer familiar with the Make build system, by showing
+the Make command(s) to achieve some goal and then the Hadrian equivalent. If you
+are looking for a more verbose and comprehensive document, you should head to
+[Hadrian's README](../README.md).
+
## tl;dr
For GHC hackers already used to the Make build system, here is what you need to