Fixing a typo.

This commit is contained in:
Alan Mishchenko 2020-04-15 22:10:52 -07:00
parent 423d929d5a
commit d14acd8e2e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ APIs of ABC compiled as a static library.
To build the demo program
* Copy demo.cc and libabc.a to the working directory
* Copy demo.c and libabc.a to the working directory
* Run `gcc -Wall -g -c demo.c -o demo.o`
* Run `g++ -g -o demo demo.o libabc.a -lm -ldl -lreadline -lpthread`