diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ ctl -- C Template Library Compile: Type "make" and it will create "lib/libctl.a", "obj/$.o" where $ means all the objects. - By the way, you can type "make test" to compile a test file - which name is "test/test.c", and the results are "test/test_slib" - and "test/test_dlib". Both of them are executive file. To run - one of them, you will be shown a simple example about how to use - the objects and functions in this project -- "C Template Library". + By the way, you can type "make example" to compile a example + file which name is "example.c", and the results are "example", + which is an executive file. To run it, you will be shown a simple + example about how to use the objects and functions in this project + -- "C Template Library". Target/goal: -utility: |