diff options
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index 7a4cc9329d..edd1d127f1 100644 --- a/HACKING.md +++ b/HACKING.md @@ -32,7 +32,7 @@ Next, clone the repository and all the associated libraries: ``` $ git clone http://git.haskell.org/ghc.git $ cd ghc -$ ./sync-all --testsuite get +$ ./sync-all get ``` First copy `mk/build.mk.sample` to `mk/build.mk` and ensure it has |