diff options
author | Ian Lynagh <igloo@earth.li> | 2010-06-16 12:29:10 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-06-16 12:29:10 +0000 |
commit | 8a0d9617d2b9741c25fb1ed20b96b054bd3254a3 (patch) | |
tree | eb85ea00302e9d45fa1302733b72bfbf536724d8 /SUBMAKEHELP | |
parent | 39617c7880e3a3e4d713599796e78d57ff66c46c (diff) | |
download | haskell-8a0d9617d2b9741c25fb1ed20b96b054bd3254a3.tar.gz |
Make the "show" target work anywhere in the build tree
Diffstat (limited to 'SUBMAKEHELP')
-rw-r--r-- | SUBMAKEHELP | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SUBMAKEHELP b/SUBMAKEHELP index e680ef20cf..e109d89ff7 100644 --- a/SUBMAKEHELP +++ b/SUBMAKEHELP @@ -22,6 +22,10 @@ Make documentation in this directory (if any) + make show VALUE=var + + Show the value of $(var) + make <file> Bring a particular file up to date, e.g. make dist/build/Module.o |