aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbellard <bellard>2002-12-08 14:34:02 +0000
committerbellard <bellard>2002-12-08 14:34:02 +0000
commitdc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea (patch)
treeeff6169af4edbd046beaff36104b6bc1d23087d7 /README
parentabf909e1acd60eb19480fd68c570df2b8451a502 (diff)
downloadtinycc-dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea.tar.gz
tinycc-dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea.tar.bz2
update
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 86b4bd4..dd1581b 100644
--- a/README
+++ b/README
@@ -35,6 +35,11 @@ Documentation:
Type 'make install' to compile and install tcc in /usr/local/bin and
/usr/local/lib/tcc.
+Or type 'make all' to only compile it.
+
+Type 'make libinstall' to compile and install libtcc.
+Or type 'make libtcc_test' to only compile it.
+
2) Introduction
We assume here that you know ANSI C. Look at the example ex1.c to know
@@ -68,7 +73,7 @@ ex5.c: 'hello world' with standard glibc headers.
tcc.c: TCC can of course compile itself. Used to check the code
generator.
-prog.c: auto test for TCC which tests many subtle possible bugs. Used
+tcctest.c: auto test for TCC which tests many subtle possible bugs. Used
when doing 'make test'.
4) Full Documentation