summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 38bfaa8b4..2c702090f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -82,7 +82,7 @@ In practice, that example would be written like this instead:
Finally, you have to compile your test program, and link it with the MP
library. Assuming your working directory is still the gmp source directory,
-type:
+type, and that your source file is called example.c, do:
gcc -g -I. example.c libgmp.a