From dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 8 Dec 2002 14:34:02 +0000 Subject: update --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.3.1